Searched defs:getFloatSemantics (Results 1 – 3 of 3) sorted by relevance
473 const llvm::fltSemantics &SingleType::getFloatSemantics() const { in getFloatSemantics() function in SingleType489 const llvm::fltSemantics &DoubleType::getFloatSemantics() const { in getFloatSemantics() function in DoubleType505 const llvm::fltSemantics &FP16Type::getFloatSemantics() const { in getFloatSemantics() function in FP16Type520 const llvm::fltSemantics &BF16Type::getFloatSemantics() const { in getFloatSemantics() function in BF16Type535 const llvm::fltSemantics &FP80Type::getFloatSemantics() const { in getFloatSemantics() function in FP80Type551 const llvm::fltSemantics &FP128Type::getFloatSemantics() const { in getFloatSemantics() function in FP128Type566 const llvm::fltSemantics &LongDoubleType::getFloatSemantics() const { in getFloatSemantics() function in LongDoubleType
345 const llvm::fltSemantics &Context::getFloatSemantics(QualType T) const { in getFloatSemantics() function in Context
236 static const llvm::fltSemantics &getFloatSemantics(unsigned BitWidth) { in getFloatSemantics() function