Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp751 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics() function
772 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()