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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1274 unsigned NVTBits = NVT.getSizeInBits(); local
1280 } else if (Amt > NVTBits) {
1283 NVT, InL, DAG.getConstant(Amt-NVTBits, ShTy));
1284 } else if (Amt == NVTBits) {
1302 DAG.getConstant(NVTBits-Amt, ShTy)));
1311 } else if (Amt > NVTBits) {
1313 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy));
1315 } else if (Amt == NVTBits) {
1323 DAG.getConstant(NVTBits-Amt, ShTy)));
1332 DAG.getConstant(NVTBits
1362 unsigned NVTBits = NVT.getScalarType().getSizeInBits(); local
1449 unsigned NVTBits = NVT.getSizeInBits(); local
1662 unsigned NVTBits = NVT.getSizeInBits(); local
1683 unsigned NVTBits = NVT.getSizeInBits(); local
[all...]

Completed in 270 milliseconds