Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h52 struct MachineValueTypeSet { struct
64 MachineValueTypeSet() { in MachineValueTypeSet() argument
90 std::pair<MachineValueTypeSet&,bool> insert(MVT T) { in insert() argument
95 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument
122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
177 bool operator==(const MachineValueTypeSet &S) const { argument
190 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument