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

References

lib/Target/X86/X86FastISel.cpp
 2892       BaseOpc = ISD::ADD; CondCode = X86::COND_O; break;
 2894       BaseOpc = ISD::ADD; CondCode = X86::COND_B; break;
 2896       BaseOpc = ISD::SUB; CondCode = X86::COND_O; break;
 2898       BaseOpc = ISD::SUB; CondCode = X86::COND_B; break;
 2900       BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break;
 2902       BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break;
 2919           CondCode == X86::COND_O) {
 2979             ResultReg2).addImm(CondCode);