Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1795 unsigned NBitWidth = NVT.getSizeInBits(); in ExpandIntRes_Constant() local
1800 Lo = DAG.getConstant(Cst.trunc(NBitWidth), NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant()
1801 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), NVT, IsTarget, in ExpandIntRes_Constant()