Home
last modified time | relevance | path

Searched refs:ModAmt (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3067 unsigned ModAmt = C->urem(BitWidth); in collectBitParts() local
3069 ModAmt = BitWidth - ModAmt; in collectBitParts()
3072 if (!MatchBitReversals && (ModAmt % 8) != 0) in collectBitParts()
3086 unsigned StartBitRHS = BitWidth - ModAmt; in collectBitParts()
3089 Result->Provenance[BitIdx + ModAmt] = LHS->Provenance[BitIdx]; in collectBitParts()
3090 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts()