Searched refs:getFltSemanticForLLT (Results 1 – 8 of 8) sorted by relevance
710 DenormalMode Mode = MF.getDenormalMode(getFltSemanticForLLT(Ty)); in outputDenormalIsIEEEOrPosZero()1050 MF->getDenormalMode(getFltSemanticForLLT(DstTy.getScalarType())); in computeKnownFPClass()1113 const fltSemantics &FPType = getFltSemanticForLLT(Ty); in computeKnownFPClass()1224 const fltSemantics &FltSem = getFltSemanticForLLT(Ty); in computeKnownFPClass()1343 getFltSemanticForLLT(DstTy.getScalarType()))) || in computeKnownFPClass()1345 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()1352 getFltSemanticForLLT(DstTy.getScalarType()))) || in computeKnownFPClass()1354 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()1401 getFltSemanticForLLT(DstTy.getScalarType())))) && in computeKnownFPClass()1404 MF->getDenormalMode(getFltSemanticForLLT(DstTy.getScalarType()))))) in computeKnownFPClass()[all …]
27 return MF.getDenormalMode(getFltSemanticForLLT(Ty)); in queryDenormalMode()
988 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat()
7912 const fltSemantics &Semantics = getFltSemanticForLLT(SrcTy.getScalarType()); in lowerFPTOINT_SAT()9260 const fltSemantics &Semantics = getFltSemanticForLLT(SrcTy.getScalarType()); in lowerISFPCLASS()
1734 Result.convert(getFltSemanticForLLT(DstTy), APFloat::rmNearestTiesToEven, in constantFoldFpUnary()
43 LLVM_ABI const llvm::fltSemantics &getFltSemanticForLLT(LLT Ty);
74 const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT Ty) { in getFltSemanticForLLT() function in llvm
5207 auto Inf = B.buildFConstant(Ty, APFloat::getInf(getFltSemanticForLLT(Ty))); in legalizeFFREXP()