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