Searched refs:InstrsToBuild (Results 1 – 2 of 2) sorted by relevance
102 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member105 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()106 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
2807 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()2810 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()