Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2852 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local
2853 if (!IncConst || !isAddressUse(UserInst, Operand)) in canFoldIVIncExpr()
2856 if (IncConst->getValue()->getValue().getMinSignedBits() > 64) in canFoldIVIncExpr()
2859 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr()