Searched refs:NBitWidth (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2917 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local 2923 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant() 2924 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant() 3024 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_FLT_ROUNDS() local 3031 DAG.getConstant(NBitWidth - 1, dl, ShiftAmtTy)); in ExpandIntRes_FLT_ROUNDS()
|