Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETNE

3020       // fold (or (setne X, 0), (setne Y, 0)) -> (setne (or X, Y), 0)
3021 // fold (or (setlt X, 0), (setlt Y, 0)) -> (setne (or X, Y), 0)
3023 (Op1 == ISD::SETNE || Op1 == ISD::SETLT)) {
3029 // fold (or (setne X, -1), (setne Y, -1)) -> (setne (and X, Y), -1)
3032 (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) {
4433 cast<CondCodeSDNode>(N->getOperand(2))->get() != ISD::SETNE)
6174 ISD::SETNE);
6240 Equal ? ISD::SETEQ : ISD::SETNE);