Searched defs:isMinValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h362 bool isMinValue() const { return !*this; } function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h337 bool isMinValue() const { function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h194 bool isMinValue(bool isSigned) const { function in class:llvm::ConstantInt
198 return Val.isMinValue();
/external/llvm/include/llvm/IR/
H A DConstants.h219 bool isMinValue(bool isSigned) const { function in class:llvm::final
223 return Val.isMinValue();

Completed in 83 milliseconds