Home
last modified time | relevance | path

Searched defs:isMinValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h228 bool isMinValue(bool IsSigned) const { isMinValue() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h395 bool isMinValue() const { return isZero(); } isMinValue() function