Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2810 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps() local
2811 assert(InstrToBuild.Opcode && "Expected a valid opcode?"); in applyBuildInstructionSteps()
2812 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
2813 MachineInstrBuilder Instr = Builder.buildInstr(InstrToBuild.Opcode); in applyBuildInstructionSteps()
2814 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()