Searched refs:ModAmt (Results 1 – 1 of 1) sorted by relevance
3214 unsigned ModAmt = C->urem(BitWidth); in collectBitParts() local3216 ModAmt = BitWidth - ModAmt; in collectBitParts()3219 if (!MatchBitReversals && (ModAmt % 8) != 0) in collectBitParts()3233 unsigned StartBitRHS = BitWidth - ModAmt; in collectBitParts()3236 Result->Provenance[BitIdx + ModAmt] = LHS->Provenance[BitIdx]; in collectBitParts()3237 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts()