Searched defs:IVInc (Results 1 – 2 of 2) sorted by relevance
1901 struct IVInc { struct1902 Instruction *UserInst;1903 Value* IVOperand;1904 const SCEV *IncExpr;1906 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() argument
1419 bool matchIncrement(const Instruction *IVInc, Instruction *&LHS, in matchIncrement()1442 auto *IVInc = in getIVIncrement() local1462 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local4024 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local4054 Instruction *IVInc = IVStep->first; in matchScaledValue() local