Home
last modified time | relevance | path

Searched refs:BitsDiff (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h283 unsigned BitsDiff = VT.getScalarSizeInBits() - OldVT.getScalarSizeInBits(); in VPSExtPromotedInteger() local
284 SDValue ShiftCst = DAG.getShiftAmountConstant(BitsDiff, VT, dl); in VPSExtPromotedInteger()
H A DLegalizeDAG.cpp3388 unsigned BitsDiff = VT.getScalarSizeInBits() - in ExpandNode() local
3390 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()