Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h257 Optional<APInt> ConstantFoldExtOp(unsigned Opcode, const Register Op1,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp202 ConstantFoldExtOp(Opc, Src0.getReg(), Src1.getImm(), *getMRI())) in buildInstr()
H A DUtils.cpp659 Optional<APInt> llvm::ConstantFoldExtOp(unsigned Opcode, const Register Op1, in ConstantFoldExtOp() function in llvm