Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h307 bool isInfinity() const { return Val.isInfinity(); } in isInfinity() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h372 bool isInfinity() const { return category == fcInfinity; } in isInfinity() function
1226 bool isInfinity() const { return getCategory() == fcInfinity; } in isInfinity() function