Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETEQ

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