Searched refs:PrevIV (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2495 Value *PrevIV = getWideOperand(Chain.Incs.back().IVOperand); local
2496 if (!isCompatibleIVType(PrevIV, NextIV))
2504 const SCEV *PrevExpr = SE.getSCEV(PrevIV);

Completed in 122 milliseconds