Home | History | Annotate | Download | only in Mips

Lines Matching refs:NotOp

1050     SDValue NotOp;
1053 NotOp = Op1;
1055 NotOp = Op0;
1059 if (NotOp->getOpcode() == ISD::OR)
1060 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0),
1061 NotOp->getOperand(1));