Searched refs:MinRC (Results 1 – 1 of 1) sorted by relevance
268 const TargetRegisterClass *MinRC = nullptr; in getRegClassWithShiftedSubregs() local275 MinRC = RC; in getRegClassWithShiftedSubregs()281 if (MinRC) { in getRegClassWithShiftedSubregs()282 assert(MinRC->isAllocatable() && TRI->isRegClassAligned(MinRC, RCAlign)); in getRegClassWithShiftedSubregs()285 assert(MinRC == TRI->getSubClassWithSubReg(MinRC, SRI.SubReg)); in getRegClassWithShiftedSubregs()290 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs()