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

References

lib/Target/AArch64/AArch64FastISel.cpp
 2313   if (BW > 64)
 2364     TestBit = BW - 1;
 2372     if (cast<ConstantInt>(RHS)->getValue() != APInt(BW, -1, true))
 2375     TestBit = BW - 1;
 2388   bool Is64Bit = BW == 64;
 2400   if (BW == 64 && !Is64Bit)
 2404   if ((BW < 32) && !IsBitTest)