Home
last modified time | relevance | path

Searched defs:getFloatSemantics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp473 const llvm::fltSemantics &SingleType::getFloatSemantics() const { in getFloatSemantics() function in SingleType
489 const llvm::fltSemantics &DoubleType::getFloatSemantics() const { in getFloatSemantics() function in DoubleType
505 const llvm::fltSemantics &FP16Type::getFloatSemantics() const { in getFloatSemantics() function in FP16Type
520 const llvm::fltSemantics &BF16Type::getFloatSemantics() const { in getFloatSemantics() function in BF16Type
535 const llvm::fltSemantics &FP80Type::getFloatSemantics() const { in getFloatSemantics() function in FP80Type
551 const llvm::fltSemantics &FP128Type::getFloatSemantics() const { in getFloatSemantics() function in FP128Type
566 const llvm::fltSemantics &LongDoubleType::getFloatSemantics() const { in getFloatSemantics() function in LongDoubleType
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp345 const llvm::fltSemantics &Context::getFloatSemantics(QualType T) const { in getFloatSemantics() function in Context
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp236 static const llvm::fltSemantics &getFloatSemantics(unsigned BitWidth) { in getFloatSemantics() function