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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2778 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); local
2779 if (!IncConst || !isAddressUse(UserInst, Operand))
2782 if (IncConst->getValue()->getValue().getMinSignedBits() > 64)
2785 int64_t IncOffset = IncConst->getValue()->getSExtValue();

Completed in 334 milliseconds