Home | History | Annotate | Download | only in AArch64

Lines Matching defs:AndN

8509   SDValue AndN = N->getOperand(2);
8510 if (AndN.getOpcode() != ISD::AND)
8513 ConstantSDNode *CMask = dyn_cast<ConstantSDNode>(AndN.getOperand(1));
8518 N->getOperand(0), N->getOperand(1), AndN.getOperand(0));