Searched refs:MinNumBits (Results 1 – 1 of 1) sorted by relevance
257 unsigned MinNumBits = std::numeric_limits<unsigned>::max(); in getRegClassWithShiftedSubregs() local261 if (NumBits < MinNumBits) { in getRegClassWithShiftedSubregs()262 MinNumBits = NumBits; in getRegClassWithShiftedSubregs()