Searched defs:NVTBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1361 unsigned NVTBits = NVT.getSizeInBits(); local
1367 } else if (Amt > NVTBits) {
1370 NVT, InL, DAG.getConstant(Amt-NVTBits, ShTy));
1371 } else if (Amt == NVTBits) {
1389 DAG.getConstant(NVTBits-Amt, ShTy)));
1398 } else if (Amt > NVTBits) {
1400 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy));
1402 } else if (Amt == NVTBits) {
1410 DAG.getConstant(NVTBits-Amt, ShTy)));
1419 DAG.getConstant(NVTBits
1449 unsigned NVTBits = NVT.getScalarType().getSizeInBits(); local
1536 unsigned NVTBits = NVT.getSizeInBits(); local
1749 unsigned NVTBits = NVT.getSizeInBits(); local
1770 unsigned NVTBits = NVT.getSizeInBits(); local
[all...]

Completed in 39 milliseconds