Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SETNE

1286   // If we have an integer seteq/setne, turn it into a compare against zero
1292 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
1324 DAG.getConstant(0, MVT::i32), ISD::SETNE);
3628 // Cannot handle SETEQ/SETNE.
3629 if (CC == ISD::SETEQ || CC == ISD::SETNE) return Op;
5447 isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&