Searched defs:IVInc (Results 1 – 1 of 1) sorted by relevance
1856 struct IVInc { struct1857 Instruction *UserInst;1858 Value* IVOperand;1859 const SCEV *IncExpr;1861 IVInc(Instruction *U, Value *O, const SCEV *E) in IVInc() function