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

References

lib/Target/X86/X86ISelLowering.cpp
42652   assert((CC == ISD::SETNE || CC == ISD::SETEQ) && "Bad comparison predicate");
42652   assert((CC == ISD::SETNE || CC == ISD::SETEQ) && "Bad comparison predicate");
42791                           DAG.getConstant(0, DL, KRegVT), CC);
42797       X86::CondCode X86CC = CC == ISD::SETEQ ? X86::COND_E : X86::COND_NE;
42809     return DAG.getSetCC(DL, VT, MovMsk, FFFFs, CC);