Searched refs:isUpperSignWrapped (Results 1 – 4 of 4) sorted by relevance
210 bool isUpperSignWrapped() const;
330 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange362 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()383 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()
73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
6091 assert(!Range.isUpperSignWrapped()); in parseParamAccesses()