Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3771 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local
3777 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
3778 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant()
3885 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_GET_ROUNDING() local
3891 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_GET_ROUNDING()