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