Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp21 struct PredicateWithCC { struct
22 const Record *Predicate = nullptr;
23 const Record *CallingConv = nullptr;
26 PredicateWithCC(std::pair<const Record *, const Record *> P) in PredicateWithCC() function
29 PredicateWithCC(const Record *P, const Record *C) in PredicateWithCC() function