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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { argument
852 Value *IncV = Phi->getIncomingValue(LatchIdx); local
882 Value *IncV = Phi->getIncomingValue(LatchIdx); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp133 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); local
529 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); local
H A DHexagonLoopIdiomRecognition.cpp658 Value *IncV = nullptr; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp930 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, argument
967 getIVIncOperand(Instruction *IncV, Instruction *InsertPos, bool allowScale) argument
1034 hoistIVInc(Instruction *IncV, Instruction *InsertPos, bool RecomputePoisonFlags) argument
1091 isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L) argument
1108 Value *IncV; local
1208 Instruction *IncV = nullptr; local
1358 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); local
[all...]

Completed in 199 milliseconds