Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1586 struct IVInc { struct
1587 Instruction *UserInst;
1588 Value* IVOperand;
1589 const SCEV *IncExpr;
1591 IVInc(Instruction *U, Value *O, const SCEV *E): in IVInc() function