Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h307 std::optional<APFloat> ConstantFoldIntToFloat(unsigned Opcode, LLT DstTy,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp273 if (std::optional<APFloat> Cst = ConstantFoldIntToFloat( in buildInstr()
H A DUtils.cpp977 llvm::ConstantFoldIntToFloat(unsigned Opcode, LLT DstTy, Register Src, in ConstantFoldIntToFloat() function in llvm