Searched refs:isUpperSignWrapped (Results 1 – 4 of 4) sorted by relevance
237 bool isUpperSignWrapped() const;
387 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange418 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()439 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()
75 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
7147 assert(!Range.isUpperSignWrapped()); in parseParamAccesses()