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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
11488   if (!C)
11497     if ((C->getZExtValue() >> Bit) & 1)
11503     if (C->getZExtValue() <= Bit &&
11504         (Bit - C->getZExtValue()) < Op->getValueType(0).getSizeInBits()) {
11505       Bit = Bit - C->getZExtValue();
11512     Bit = Bit + C->getZExtValue();
11519     if ((Bit + C->getZExtValue()) < Op->getValueType(0).getSizeInBits()) {
11520       Bit = Bit + C->getZExtValue();
11527     if ((C->getZExtValue() >> Bit) & 1)