Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h224 bool isMinValue(bool IsSigned) const { in isMinValue() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h409 bool isMinValue() const { return isZero(); } in isMinValue() function