Home | History | Annotate | Download | only in IR

Lines Matching defs:cc

290 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
291 switch (cc) {
292 default: Out << "cc" << cc; break;