Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h101 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
104 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
105 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2723 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
2726 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()