Searched defs:StepV (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.cpp | 144 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local
|
H A 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
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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
|
H A D | ScalarEvolution.cpp | 7143 const APInt &StepV = StepC->getAPInt(); in howFarToZero() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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
|