Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLowLevelType.h42 const llvm::fltSemantics &getFltSemanticForLLT(LLT Ty);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLowLevelType.cpp72 const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT Ty) { in getFltSemanticForLLT() function in llvm
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat()
H A DCombinerHelper.cpp1307 V.convert(getFltSemanticForLLT(DstTy), APFloat::rmNearestTiesToEven, &Unused); in constantFoldFpUnary()