Searched refs:StepV (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.cpp | 144 Value *StepV = Info.StepInst->getOperand(Info.StepValIdx); in run() local 145 if (auto *StepI = dyn_cast<Instruction>(StepV)) { in run()
|
| H A D | ScalarEvolutionExpander.cpp | 1105 Value *SCEVExpander::expandIVInc(PHINode *PN, Value *StepV, const Loop *L, in expandIVInc() argument 1114 if (!isa<ConstantInt>(StepV)) in expandIVInc() 1117 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc() 1122 Builder.CreateSub(PN, StepV, Twine(IVName) + ".iv.next") : in expandIVInc() 1123 Builder.CreateAdd(PN, StepV, Twine(IVName) + ".iv.next"); in expandIVInc() 1326 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() local 1358 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() 1480 Value *StepV; in expandAddRecExprLiterally() local 1484 StepV = expandCodeForImpl( in expandAddRecExprLiterally() 1487 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.h | 109 llvm::Value *StepV);
|
| H A D | CodeGenPGO.cpp | 954 llvm::Value *StepV) { in emitCounterIncrement() argument 966 Builder.getInt32(Counter), StepV}; in emitCounterIncrement() 967 if (!StepV) in emitCounterIncrement()
|
| H A D | CodeGenFunction.h | 1529 void incrementProfileCounter(const Stmt *S, llvm::Value *StepV = nullptr) { 1533 PGO.emitCounterIncrement(Builder, S, StepV);
|
| H A D | CGExprScalar.cpp | 4838 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); in VisitAbstractConditionalOperator() local 4840 CGF.incrementProfileCounter(E, StepV); in VisitAbstractConditionalOperator()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 498 Value *expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy,
|