Searched defs:MachineValueTypeSet (Results 1 – 1 of 1) sorted by relevance
55 struct MachineValueTypeSet { struct67 MachineValueTypeSet() { clear(); } in MachineValueTypeSet() function89 std::pair<MachineValueTypeSet &, bool> insert(MVT T) { in insert() argument94 MachineValueTypeSet &insert(const MachineValueTypeSet &S) { in insert() argument121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument174 bool operator==(const MachineValueTypeSet &S) const { argument185 raw_ostream &operator<<(raw_ostream &OS, const MachineValueTypeSet &T); argument