Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1639 convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1265 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1278 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1278 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1278 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1277 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7056 AddRec = convertSCEVToAddRecWithPredicates(V, L, P); in howFarToZero() 8651 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyLessThans() 8726 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyGreaterThans() 10186 ScalarEvolution::convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L, in convertSCEVToAddRecWithPredicates() function in ScalarEvolution 10424 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, Preds); in getAsAddRec()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero() 10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans() 10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans() 12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution 12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 10437 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero() 12818 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans() 13171 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans() 14557 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution 14807 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
|