Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3265 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local
3271 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
3272 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant()
3371 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_FLT_ROUNDS() local
3377 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_FLT_ROUNDS()