Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h102 SmallVector<InstructionBuildSteps, 2> InstrsToBuild; member
105 std::initializer_list<InstructionBuildSteps> InstrsToBuild) in InstructionStepsMatchInfo()
106 : InstrsToBuild(InstrsToBuild) {} in InstructionStepsMatchInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2807 assert(MatchInfo.InstrsToBuild.size() && in applyBuildInstructionSteps()
2810 for (auto &InstrToBuild : MatchInfo.InstrsToBuild) { in applyBuildInstructionSteps()