Searched refs:InstrsToBuild (Results 1 – 2 of 2) sorted by relevance
101 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member104 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()105 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
2723 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()2726 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()