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