Searched defs:StepV (Results 1 – 7 of 7) sorted by relevance
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | CanonicalizeFreezeInLoops.cpp | 146 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local
|
| D | ScalarEvolutionExpander.cpp | 1079 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() 1320 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() local 1462 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
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 922 llvm::Value *StepV) { in emitCounterIncrement()
|
| D | CGExprScalar.cpp | 4433 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); in VisitAbstractConditionalOperator() local
|