Searched refs:NBitWidth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3969 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local 3975 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant() 3976 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant() 4108 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_GET_ROUNDING() local 4114 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_GET_ROUNDING()
|