Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h310 bool isIEEE() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp80 bool Type::isIEEE() const { in isIEEE() function in Type
81 return APFloat::getZero(getFltSemantics()).isIEEE(); in isIEEE()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h1231 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp3009 !Ty->isIEEE()) { in EmitBuiltinExpr()
3227 !Ty->isIEEE()) { in EmitBuiltinExpr()