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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
10207   SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3);
10209   SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>(
10226     SetCCInfo.Info.AArch64.CC =
10227         AArch64CC::getInvertedCondCode(SetCCInfo.Info.AArch64.CC);
10261                   ? InfoAndKind.Info.AArch64.Cmp->getOperand(0).getValueType()
10271         AArch64CC::getInvertedCondCode(InfoAndKind.Info.AArch64.CC), dl,
10273     Cmp = *InfoAndKind.Info.AArch64.Cmp;