reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
887 if (And1.getOpcode() == ISD::AND && 888 And1.getOperand(0).getOpcode() == ISD::SHL) { 890 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || 898 SDValue Shl = And1.getOperand(0); 925 bool isConstCase = And1.getOpcode() != ISD::AND; 926 if (And1.getOpcode() == ISD::AND) { 927 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1)))) 944 SrlX = DAG.getNode(ISD::SRL, DL, And1->getValueType(0), And1, Const1); 944 SrlX = DAG.getNode(ISD::SRL, DL, And1->getValueType(0), And1, Const1);