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

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

Completed in 52 milliseconds