Searched refs:BitsDiff (Results 1 – 2 of 2) sorted by relevance
283 unsigned BitsDiff = VT.getScalarSizeInBits() - OldVT.getScalarSizeInBits(); in VPSExtPromotedInteger() local284 SDValue ShiftCst = DAG.getShiftAmountConstant(BitsDiff, VT, dl); in VPSExtPromotedInteger()
3388 unsigned BitsDiff = VT.getScalarSizeInBits() - in ExpandNode() local3390 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()