Searched defs:IncV (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp907 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, argument
945 getIVIncOperand(Instruction *IncV, Instruction *InsertPos, bool allowScale) argument
1012 hoistIVInc(Instruction *IncV, Instruction *InsertPos) argument
1049 isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L) argument
1066 Value *IncV; local
1182 Instruction *IncV = nullptr; local
1327 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp642 Value *IncV = nullptr; local
H A DHexagonISelDAGToDAG.cpp129 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); local
525 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1689 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { argument
1875 Value *IncV = Phi->getIncomingValue(LatchIdx); local
1905 Value *IncV = Phi->getIncomingValue(LatchIdx); local
H A DLoopStrengthReduce.cpp3085 Instruction *IncV = local
3195 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); local

Completed in 201 milliseconds