Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:AndOp1

9490       SDValue AndOp1 = Op0.getOperand(1);
9492 if (AndOp1.getOpcode() == ISD::Constant) {
9493 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue();