Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h94 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
96 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
97 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2812 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
2814 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()