Home | History | Annotate | Download | only in AArch64

Lines Matching full:andn

7079   SDValue AndN = N->getOperand(2);
7080 if (AndN.getOpcode() != ISD::AND)
7083 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1));
7088 N->getOperand(0), N->getOperand(1), AndN.getOperand(0));