Home
last modified time | relevance | path

Searched refs:OperandFns (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h93 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
95 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
96 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2728 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
2730 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()