Searched refs:TypeToFloatSemantics (Results 1 – 1 of 1) sorted by relevance
751 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function772 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()), in get()798 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str); in get()809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN()820 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN()831 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN()842 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero()891 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity()902 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()