Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETLE

4241     else if ((RHSIsAllZeros && (CC == ISD::SETLT || CC == ISD::SETLE)) &&
9806 if ((CC == ISD::SETLT || CC == ISD::SETLE) &&
10036 else if (((N1C->isNullValue() && (CC == ISD::SETLT || CC == ISD::SETLE)) ||