Searched defs:isMaxValue (Results 1 - 5 of 5) sorted by relevance
/external/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 348 bool isMaxValue() const { return isAllOnesValue(); } function in class:llvm::APInt |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ | ||
H A D | APInt.h | 322 bool isMaxValue() const { function in class:llvm::APInt |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | ||
H A D | APInt.h | 352 bool isMaxValue() const { return isAllOnesValue(); } function in class:llvm::APInt |
/external/swiftshader/third_party/LLVM/include/llvm/ | ||
H A D | Constants.h | 182 bool isMaxValue(bool isSigned) const { function in class:llvm::ConstantInt 186 return Val.isMaxValue(); |
/external/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 207 bool isMaxValue(bool isSigned) const { function in class:llvm::final 211 return Val.isMaxValue(); |
Completed in 164 milliseconds