Searched defs:isMaxValue (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h348 bool isMaxValue() const { return isAllOnesValue(); } function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h322 bool isMaxValue() const { function in class:llvm::APInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h352 bool isMaxValue() const { return isAllOnesValue(); } function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h182 bool isMaxValue(bool isSigned) const { function in class:llvm::ConstantInt
186 return Val.isMaxValue();
/external/llvm/include/llvm/IR/
H A DConstants.h207 bool isMaxValue(bool isSigned) const { function in class:llvm::final
211 return Val.isMaxValue();

Completed in 130 milliseconds