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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h210 bool isUpperSignWrapped() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp330 bool ConstantRange::isUpperSignWrapped() const { function in class:ConstantRange
362 return !isUpperSignWrapped() && !Upper.isStrictlyPositive();
383 if (isFullSet() || isUpperSignWrapped())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6091 assert(!Range.isUpperSignWrapped());

Completed in 219 milliseconds