reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
953 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); 959 EVT CompareVT = LHS.getValueType(); 984 std::swap(LHS, RHS); 993 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC); 1007 if (isZero(LHS)) { 1012 std::swap(LHS, RHS); 1020 std::swap(LHS, RHS); 1026 SDValue Cond = LHS; 1074 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC);