Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFloating.h149 bool isInf() const { return getValue().isInfinity(); } in isInf() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1516 bool isInf = APF.isInfinity(); in WriteAPFloatInternal() local