Searched defs:IVInc (Results 1 – 1 of 1) sorted by relevance
1586 struct IVInc { struct1587 Instruction *UserInst;1588 Value* IVOperand;1589 const SCEV *IncExpr;1591 IVInc(Instruction *U, Value *O, const SCEV *E): in IVInc() function