Home
last modified time | relevance | path

Searched defs:Semantics (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp683 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
694 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
743 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp199 SmallVector<Expr *, 4> Semantics; member in __anonc2efa3550111::PseudoOpBuilder
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp2462 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h199 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
HDExpr.h1270 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()