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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp630 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { function
656 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
671 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str);
682 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
693 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
742 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
753 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&

Completed in 53 milliseconds