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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2209   if (AArch64_AM::isLogicalImmediate(OrImm, BitWidth))
 2240   int Width = BitWidth - APInt(BitWidth, NotKnownZero).countPopulation();
 2240   int Width = BitWidth - APInt(BitWidth, NotKnownZero).countPopulation();
 2243   unsigned ImmR = (BitWidth - LSB) % BitWidth;
 2243   unsigned ImmR = (BitWidth - LSB) % BitWidth;
 2252   if (IsBFI && !AArch64_AM::isLogicalImmediate(BFIImm, BitWidth)) {
 2256     for (unsigned Shift = 0; Shift < BitWidth; Shift += 16) {