Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h41 const llvm::fltSemantics &getFltSemanticForLLT(LLT Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelType.cpp63 const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT Ty) { in getFltSemanticForLLT() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp681 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat()
H A DCombinerHelper.cpp1672 V.convert(getFltSemanticForLLT(DstTy), APFloat::rmNearestTiesToEven, &Unused); in constantFoldFpUnary()