Searched defs:StepV (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/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 | 793 expandIVInc(PHINode * PN,Value * StepV,const Loop * L,bool useSubtract) expandIVInc() argument |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 1100 emitCounterIncrement(CGBuilderTy & Builder,const Stmt * S,llvm::Value * StepV) emitCounterIncrement() argument |
H A D | CGExprScalar.cpp | 4936 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); VisitAbstractConditionalOperator() local |