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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2684 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); local
2685 if (!IncConst || !isAddressUse(UserInst, Operand))
2688 if (IncConst->getValue()->getValue().getMinSignedBits() > 64)
2691 int64_t IncOffset = IncConst->getValue()->getSExtValue();

Completed in 71 milliseconds