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