Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETNE

3171       // fold (or (setne X, 0), (setne Y, 0)) -> (setne (or X, Y), 0)
3172 // fold (or (setlt X, 0), (setlt Y, 0)) -> (setne (or X, Y), 0)
3174 (Op1 == ISD::SETNE || Op1 == ISD::SETLT)) {
3180 // fold (or (setne X, -1), (setne Y, -1)) -> (setne (and X, Y), -1)
3183 (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) {
4625 cast<CondCodeSDNode>(N->getOperand(2))->get() != ISD::SETNE)
6861 ISD::SETNE);
6933 Equal ? ISD::SETEQ : ISD::SETNE);