Searched refs:NBitWidth (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3285 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local 3291 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant() 3292 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant() 3399 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_GET_ROUNDING() local 3405 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_GET_ROUNDING()
|