Searched refs:TypeToFloatSemantics (Results 1 – 1 of 1) sorted by relevance
630 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function656 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()), in get()671 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str); in get()682 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN()693 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero()742 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity()753 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()