Searched defs:Semantics (Results 1 – 5 of 5) sorted by relevance
683 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local694 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local743 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
199 SmallVector<Expr *, 4> Semantics; member in __anonc2efa3550111::PseudoOpBuilder
2462 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()
199 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
1270 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()