Searched defs:PredicateWithCC (Results 1 – 1 of 1) sorted by relevance
21 struct PredicateWithCC { struct22 const Record *Predicate = nullptr;23 const Record *CallingConv = nullptr;26 PredicateWithCC(std::pair<const Record *, const Record *> P) in PredicateWithCC() function29 PredicateWithCC(const Record *P, const Record *C) in PredicateWithCC() function