Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h280 std::optional<APFloat> ConstantFoldIntToFloat(unsigned Opcode, LLT DstTy,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp254 if (std::optional<APFloat> Cst = ConstantFoldIntToFloat( in buildInstr()
H A DUtils.cpp780 llvm::ConstantFoldIntToFloat(unsigned Opcode, LLT DstTy, Register Src, in ConstantFoldIntToFloat() function in llvm