reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2232   if ((OrImm & NotKnownZero) != 0) {
 2239   int LSB = countTrailingOnes(NotKnownZero);
 2240   int Width = BitWidth - APInt(BitWidth, NotKnownZero).countPopulation();