Searched defs:isMinValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 237 bool isMinValue(bool IsSigned) const { isMinValue() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 397 bool isMinValue() const { return isZero(); } isMinValue() function |