reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3901 Negate = false; 3916 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; 3917 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; 3918 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; 3919 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; 3960 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; 3961 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; 3962 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break; 3963 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break;