Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h73 OperandBuildSteps OperandFns; /// Operands to be added to the instruction. member
75 InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns) in InstructionBuildSteps()
76 : Opcode(Opcode), OperandFns(OperandFns) {} in InstructionBuildSteps()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2795 assert(InstrToBuild.OperandFns.size() && "Expected at least one operand?"); in applyBuildInstructionSteps()
2797 for (auto &OperandFn : InstrToBuild.OperandFns) in applyBuildInstructionSteps()