Searched defs:IVInc (Results 1 – 3 of 3) sorted by relevance
2087 struct IVInc { struct2088 Instruction *UserInst;2089 Value* IVOperand;2090 const SCEV *IncExpr;2092 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() function
1502 static bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement()1525 auto *IVInc = in getIVIncrement() local1545 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local4261 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local4291 Instruction *IVInc = IVStep->first; in matchScaledValue() local
6982 Instruction *IVInc = cast<Instruction>( in cost() local