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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp833 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { function
856 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
882 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str);
893 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
904 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
915 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
926 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
977 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
988 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&

Completed in 74 milliseconds