Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.h148 return Floating(llvm::APFloatBase::SemanticsToEnum(Sem)); in allocFloat()
154 return Floating(Mem, llvm::APFloatBase::SemanticsToEnum(Sem)); in allocFloat()
H A DFloating.h57 Semantics = llvm::APFloatBase::SemanticsToEnum(F.getSemantics()); in Floating()
H A DCompiler.cpp7023 llvm::APFloatBase::SemanticsToEnum(F.getSemantics())), in emitFloat()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp190 if (APFloat::SemanticsToEnum(fpType.getFloatSemantics()) != in verify()
191 APFloat::SemanticsToEnum(value.getSemantics())) in verify()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td279 llvm::APFloatBase::SemanticsToEnum(node.getFloat().getSemantics()))
313 auto sema = llvm::APFloatBase::SemanticsToEnum(
315 assert(sema == llvm::APFloatBase::SemanticsToEnum(
H A DExpr.h1694 FloatingLiteralBits.Semantics = llvm::APFloatBase::SemanticsToEnum(Sem); in setSemantics()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h258 LLVM_ABI static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp219 APFloatBase::SemanticsToEnum(const llvm::fltSemantics &Sem) { in SemanticsToEnum() function in llvm::APFloatBase
367 return SemanticsToEnum(semantics) <= S_IEEEquad; in isIEEELikeFP()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1007 switch (APFloat::SemanticsToEnum(Number.getSemantics())) { in mangleFloat()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4376 switch (APFloat::SemanticsToEnum(Imm.getSemantics())) { in isInlineConstant()