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

References

lib/Target/AArch64/AArch64InstrInfo.cpp
 4761     IsNegativeBranch = true;
 4771     IsNegativeBranch = true;
 4833                        ? (IsNegativeBranch ? AArch64::TBNZW : AArch64::TBZW)
 4834                        : (IsNegativeBranch ? AArch64::TBNZX : AArch64::TBZX);
 4873     if (IsNegativeBranch)