Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1639 convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1068 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
|
/external/llvm/lib/Analysis/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8436 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero() 10302 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans() 10444 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans() 11967 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution 12211 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
|