Home
last modified time | relevance | path

Searched refs:isUpperSignWrapped (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h242 bool isUpperSignWrapped() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp433 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange
464 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()
495 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp75 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7462 assert(!Range.isUpperSignWrapped()); in parseParamAccesses()