Home
last modified time | relevance | path

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

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