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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1099 const SCEV *ICMinus1SCEV = local
1103 if (isa<SCEVConstant>(ICMinus1SCEV)) {
1104 ICMinus1 = Expander.expandCodeFor(ICMinus1SCEV, NewIV->getType(), BI);
1110 ICMinus1 = Expander.expandCodeFor(ICMinus1SCEV, NewIV->getType(),

Completed in 47 milliseconds