Searched defs:IVInc (Results 1 – 2 of 2) sorted by relevance
1857 struct IVInc { struct1858 Instruction *UserInst;1859 Value* IVOperand;1860 const SCEV *IncExpr;1862 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() argument
1311 bool matchIncrement(const Instruction* IVInc, Instruction *&LHS, in matchIncrement()1334 auto *IVInc = in getIVIncrement() local1354 if (auto IVInc = getIVIncrement(PN, LI)) in isIVIncrement() local3905 auto IVInc = getIVIncrement(PN, &LI); in matchScaledValue() local3935 Instruction *IVInc = IVStep->first; in matchScaledValue() local