Home | History | Annotate | Download | only in IR

Lines Matching defs:cc

72 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
73 switch (cc) {
74 default: Out << "cc" << cc; break;