Home
last modified time | relevance | path

Searched defs:isMinValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DConstants.h237 bool isMinValue(bool IsSigned) const { isMinValue() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h397 bool isMinValue() const { return isZero(); } isMinValue() function