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.h89 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
91 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
92 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3253 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
3255 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()