Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp615 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function
641 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()), in get()
656 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str); in get()
667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero()
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity()
727 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) && in ConstantFP()