Home
last modified time | relevance | path

Searched refs:isIEEE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h169 /// compatible layout as defined by APFloat::isIEEE(), and does not have
344 bool isIEEE() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp83 bool Type::isIEEE() const { in isIEEE() function in Type
84 return APFloat::getZero(getFltSemantics()).isIEEE(); in isIEEE()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1372 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2582 if (EltTy->isFloatingPointTy() && EltTy->isIEEE()) { in visitAnd()
4014 if (EltTy->isFloatingPointTy() && EltTy->isIEEE()) { in visitOr()
4792 if (EltTy->isFloatingPointTy() && EltTy->isIEEE()) { in visitXor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16881 if (!APF.isNormal() || !APF.isIEEE()) in combineFMulOrFDivWithIntPow2()