Home
last modified time | relevance | path

Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8787 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()