Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETEQ

251 /// if the operation does not depend on the sign of the input (setne and seteq).
255 case ISD::SETEQ:
310 case ISD::SETOEQ: // SETEQ & SETU[LG]E
311 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
1588 case ISD::SETEQ: return getConstant(C1 == C2, VT);
1606 case ISD::SETEQ: if (R==APFloat::cmpUnordered)