Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShVal

903           uint64_t ShVal = ShAmt->getZExtValue();
905 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
962 unsigned ShVal = Op.getValueType().getSizeInBits()-1;
963 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType());