Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Extra

65 /// Returns the "extra-canonicalized" return type, which discards
340 // extra prefix plus the arguments in the prototype.
369 /// extra implicit argument.
1166 unsigned Extra = STy->getNumElements()-1; // 1 will be added below.
1168 for (unsigned I = 0; I < Extra; ++I)
1171 Index += Extra;
2355 // Skip the extra memcpy call.