Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h303 std::optional<APInt> ConstantFoldExtOp(unsigned Opcode, const Register Op1,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp264 ConstantFoldExtOp(Opc, Src0.getReg(), Src1.getImm(), *getMRI())) in buildInstr()
H A DUtils.cpp936 std::optional<APInt> llvm::ConstantFoldExtOp(unsigned Opcode, in ConstantFoldExtOp() function in llvm