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

References

lib/Target/X86/X86ISelLowering.cpp
42824   if (CC == ISD::SETNE || CC == ISD::SETEQ) {
42824   if (CC == ISD::SETNE || CC == ISD::SETEQ) {
42830       return DAG.getSetCC(DL, VT, Add, DAG.getConstant(0, DL, OpVT), CC);
42837       return DAG.getSetCC(DL, VT, Add, DAG.getConstant(0, DL, OpVT), CC);
42845       (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) {
42845       (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) {
42845       (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) {
42849       CC = ISD::getSetCCSwappedOperands(CC);
42849       CC = ISD::getSetCCSwappedOperands(CC);
42860       if (CC == ISD::SETGT)
42862       if (CC == ISD::SETLE)
42864       if (CC == ISD::SETEQ || CC == ISD::SETGE)
42864       if (CC == ISD::SETEQ || CC == ISD::SETGE)
42867       assert((CC == ISD::SETNE || CC == ISD::SETLT) &&
42867       assert((CC == ISD::SETNE || CC == ISD::SETLT) &&