Home
last modified time | relevance | path

Searched defs:IVInc (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1598 struct IVInc { struct
1599 Instruction *UserInst;
1600 Value* IVOperand;
1601 const SCEV *IncExpr;
1603 IVInc(Instruction *U, Value *O, const SCEV *E): in IVInc() argument