Searched refs:InstrsToBuild (Results 1 – 2 of 2) sorted by relevance
96 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member99 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()100 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
3214 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()3216 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()