Searched refs:MinRC (Results 1 – 1 of 1) sorted by relevance
256 const TargetRegisterClass *MinRC = nullptr; in getRegClassWithShiftedSubregs() local263 MinRC = RC; in getRegClassWithShiftedSubregs()267 if (MinRC) { in getRegClassWithShiftedSubregs()268 assert(MinRC->isAllocatable() && TRI->isRegClassAligned(MinRC, RCAlign)); in getRegClassWithShiftedSubregs()271 assert(MinRC == TRI->getSubClassWithSubReg(MinRC, NewSubReg)); in getRegClassWithShiftedSubregs()276 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs()