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

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

Completed in 133 milliseconds