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

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2715   if (CC == AArch64CC::Invalid)
 2720     if (CC == AArch64CC::AL || CC == AArch64CC::NV)
 2720     if (CC == AArch64CC::AL || CC == AArch64CC::NV)
 2722     CC = AArch64CC::getInvertedCondCode(AArch64CC::CondCode(CC));
 2722     CC = AArch64CC::getInvertedCondCode(AArch64CC::CondCode(CC));
 2726       AArch64Operand::CreateCondCode(CC, S, getLoc(), getContext()));