Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETEQ

281 /// if the operation does not depend on the sign of the input (setne and seteq).
285 case ISD::SETEQ:
340 case ISD::SETOEQ: // SETEQ & SETU[LG]E
341 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
1827 case ISD::SETEQ: return getConstant(C1 == C2, VT);
1845 case ISD::SETEQ: if (R==APFloat::cmpUnordered)