Searched refs:ModAmt (Results 1 – 1 of 1) sorted by relevance
4040 unsigned ModAmt = C->urem(BitWidth); in collectBitParts() local4042 ModAmt = BitWidth - ModAmt; in collectBitParts()4045 if (!MatchBitReversals && (ModAmt % 8) != 0) in collectBitParts()4059 unsigned StartBitRHS = BitWidth - ModAmt; in collectBitParts()4062 Result->Provenance[BitIdx + ModAmt] = LHS->Provenance[BitIdx]; in collectBitParts()4063 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts()