Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShVal

1742           uint64_t ShVal = ShAmt->getZExtValue();
1744 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
1799 unsigned ShVal = Op.getValueType().getSizeInBits()-1;
1800 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType());