Searched refs:IncConst (Results 1 – 1 of 1) sorted by relevance
2852 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local2853 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()