Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftCst

3130     SDValue ShiftCst = DAG.getConstant(BitsDiff, ShiftAmountTy);
3132 Node->getOperand(0), ShiftCst);
3133 Tmp1 = DAG.getNode(ISD::SRA, dl, Node->getValueType(0), Tmp1, ShiftCst);