reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
282 assert(RCA && SubA && RCB && SubB && "Invalid arguments"); 299 if (getRegSizeInBits(*RCA) < getRegSizeInBits(*RCB)) { 300 std::swap(RCA, RCB); 307 unsigned MinSize = getRegSizeInBits(*RCA); 309 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) {