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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1711 unsigned NBitWidth = NVT.getSizeInBits(); local
1713 Lo = DAG.getConstant(Cst.trunc(NBitWidth), NVT);
1714 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), NVT);

Completed in 134 milliseconds