Searched defs:StepV (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | CanonicalizeFreezeInLoops.cpp | 173 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local |
H A D | ScalarEvolutionExpander.cpp | 852 expandIVInc(PHINode * PN,Value * StepV,const Loop * L,bool useSubtract) expandIVInc() argument |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanTransforms.cpp | 588 VPValue *StepV = PtrIV->getOperand(1); legalizeAndOptimizeInductions() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 1190 emitCounterSetOrIncrement(CGBuilderTy & Builder,const Stmt * S,llvm::Value * StepV) emitCounterSetOrIncrement() argument |
H A D | CGExprScalar.cpp | 5268 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); VisitAbstractConditionalOperator() local |