Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Prefix

36   // Get the name, skip over the __builtin_ prefix (if necessary).
42 // that prefix labels.
1602 if (const char *Prefix =
1604 IntrinsicID = Intrinsic::getIntrinsicForGCCBuiltin(Prefix, Name);
1609 IntrinsicID = Intrinsic::getIntrinsicForMSBuiltin(Prefix, Name);