Searched defs:IVInc (Results 1 – 1 of 1) sorted by relevance
1595 struct IVInc { struct1596 Instruction *UserInst;1597 Value* IVOperand;1598 const SCEV *IncExpr;1600 IVInc(Instruction *U, Value *O, const SCEV *E): in IVInc() argument