Searched refs:TypePairAndMemDesc (Results 1 – 2 of 2) sorted by relevance
65 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit) { in typePairAndMemDescInSet()66 SmallVector<TypePairAndMemDesc, 4> TypesAndMemDesc = TypesAndMemDescInit; in typePairAndMemDescInSet()68 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet()72 [=](const TypePairAndMemDesc &Entry) -> bool { in typePairAndMemDescInSet()
204 struct TypePairAndMemDesc { struct210 bool operator==(const TypePairAndMemDesc &Other) const { argument217 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() argument284 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit);663 std::initializer_list<LegalityPredicates::TypePairAndMemDesc> in legalForTypesWithMemDesc()