Searched defs:StepV (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | CanonicalizeFreezeInLoops.cpp | 144 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local
|
D | ScalarEvolutionExpander.cpp | 1105 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() 1326 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() local 1480 Value *StepV; in expandAddRecExprLiterally() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 977 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() 1205 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in getAddRecExprPHILiterally() local 1343 Value *StepV; in expandAddRecExprLiterally() local
|
D | ScalarEvolution.cpp | 7143 const APInt &StepV = StepC->getAPInt(); in howFarToZero() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1052 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() 1284 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in getAddRecExprPHILiterally() local 1426 Value *StepV; in expandAddRecExprLiterally() local
|