Searched refs:TypeToFloatSemantics (Results 1 – 1 of 1) sorted by relevance
669 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function690 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()