Searched refs:IncConst (Results 1 – 1 of 1) sorted by relevance
2830 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local2831 if (!IncConst || !isAddressUse(UserInst, Operand)) in canFoldIVIncExpr()2834 if (IncConst->getAPInt().getMinSignedBits() > 64) in canFoldIVIncExpr()2838 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr()