Home
last modified time | relevance | path

Searched refs:SemanticsToEnum (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td276 llvm::APFloatBase::SemanticsToEnum(node.getFloat().getSemantics()))
310 auto sema = llvm::APFloatBase::SemanticsToEnum(
312 assert(sema == llvm::APFloatBase::SemanticsToEnum(
H A DExpr.h1682 FloatingLiteralBits.Semantics = llvm::APFloatBase::SemanticsToEnum(Sem); in setSemantics()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h213 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem);
1077 switch (SemanticsToEnum(Sem)) { in hasNanOrInf()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp972 switch (APFloat::SemanticsToEnum(Number.getSemantics())) { in mangleFloat()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp235 APFloatBase::SemanticsToEnum(const llvm::fltSemantics &Sem) { in SemanticsToEnum() function in llvm::APFloatBase
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4214 switch (APFloat::SemanticsToEnum(Imm.getSemantics())) { in isInlineConstant()