Searched refs:BitsDiff (Results 1 – 4 of 4) sorted by relevance
3112 unsigned BitsDiff = VT.getScalarType().getSizeInBits() - in ExpandNode() local3114 SDValue ShiftCst = DAG.getConstant(BitsDiff, ShiftAmountTy); in ExpandNode()
2904 unsigned BitsDiff = VT.getScalarType().getSizeInBits() - in ExpandNode() local2906 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()
3014 unsigned BitsDiff = VT.getScalarSizeInBits() - in ExpandNode() local3016 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()
10123 unsigned BitsDiff = VT.getScalarType().getSizeInBits() - in LowerSIGN_EXTEND_INREG() local10125 SDValue ShAmt = DAG.getConstant(BitsDiff, MVT::i32); in LowerSIGN_EXTEND_INREG()