Searched refs:PredicateWithCC (Results 1 – 1 of 1) sorted by relevance
21 struct PredicateWithCC { struct25 PredicateWithCC() = default;26 PredicateWithCC(std::pair<const Record *, const Record *> P) in PredicateWithCC() argument29 PredicateWithCC(const Record *P, const Record *C) in PredicateWithCC() function33 inline bool operator==(PredicateWithCC LHS, PredicateWithCC RHS) { in operator ==()39 template <> struct DenseMapInfo<PredicateWithCC, void> {40 static inline PredicateWithCC getEmptyKey() { in getEmptyKey()45 static inline PredicateWithCC getTombstoneKey() { in getTombstoneKey()50 static unsigned getHashValue(const PredicateWithCC Val) { in getHashValue()56 static bool isEqual(PredicateWithCC LHS, PredicateWithCC RHS) { in isEqual()[all …]