Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SETEQ

1266     if (C->isNullValue() && CC == ISD::SETEQ) {
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)) {
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) &&
5455 if (CC == ISD::SETEQ) // Cond never true, remove branch.
5462 bool BranchOnWhenPredTrue = (CC == ISD::SETEQ) ^ (Val == 0);