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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1439 unsigned NVTBits = NVT.getSizeInBits(); local
1445 } else if (Amt.ugt(NVTBits)) {
1448 NVT, InL, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1449 } else if (Amt == NVTBits) {
1458 DAG.getConstant(-Amt + NVTBits, DL, ShTy)));
1466 } else if (Amt.ugt(NVTBits)) {
1468 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy));
1470 } else if (Amt == NVTBits) {
1478 DAG.getConstant(-Amt + NVTBits, DL, ShTy)));
1487 DAG.getConstant(NVTBits
1517 unsigned NVTBits = NVT.getScalarType().getSizeInBits(); local
1604 unsigned NVTBits = NVT.getSizeInBits(); local
1893 unsigned NVTBits = NVT.getSizeInBits(); local
1915 unsigned NVTBits = NVT.getSizeInBits(); local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1263 unsigned NVTBits = NVT.getSizeInBits(); local
1269 } else if (Amt > NVTBits) {
1272 NVT, InL, DAG.getConstant(Amt-NVTBits, ShTy));
1273 } else if (Amt == NVTBits) {
1291 DAG.getConstant(NVTBits-Amt, ShTy)));
1300 } else if (Amt > NVTBits) {
1302 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy));
1304 } else if (Amt == NVTBits) {
1312 DAG.getConstant(NVTBits-Amt, ShTy)));
1321 DAG.getConstant(NVTBits
1351 unsigned NVTBits = NVT.getScalarType().getSizeInBits(); local
1428 unsigned NVTBits = NVT.getSizeInBits(); local
1643 unsigned NVTBits = NVT.getSizeInBits(); local
1664 unsigned NVTBits = NVT.getSizeInBits(); local
[all...]

Completed in 85 milliseconds