Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp669 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function
690 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()), in get()
716 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str); in get()
727 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN()
738 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN()
749 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN()
760 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero()
809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity()
820 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()