Home
last modified time | relevance | path

Searched defs:TupleExpander (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp605 struct TupleExpander : SetTheory::Expander { struct
608 std::vector<std::unique_ptr<Record>> &SynthDefs;
610 TupleExpander(std::vector<std::unique_ptr<Record>> &SynthDefs) in TupleExpander() function
613 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override { in expand()