reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4829 NaNBehavior = SPNB_RETURNS_OTHER; 4839 NaNBehavior = SPNB_RETURNS_OTHER; 4852 NaNBehavior = SPNB_RETURNS_OTHER; 4853 else if (NaNBehavior == SPNB_RETURNS_OTHER)lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
3296 case SPNB_RETURNS_OTHER: Opc = ISD::FMINNUM; break; 3313 case SPNB_RETURNS_OTHER: Opc = ISD::FMAXNUM; break;unittests/Analysis/ValueTrackingTest.cpp
103 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, true}); 113 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, false}); 133 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, true}); 165 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, true}); 220 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, false}); 231 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, true}); 242 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, false}); 253 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, true}); 308 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, false}); 319 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, true}); 330 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, false}); 341 expectPattern({SPF_FMAXNUM, SPNB_RETURNS_OTHER, true}); 391 expectPattern({SPF_FMINNUM, SPNB_RETURNS_OTHER, true});