Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h88 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
90 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
91 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3218 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
3220 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()