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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2384 int NewVTWidth = NewVT.getSizeInBits(); local
2390 if (LdWidth <= NewVTWidth) {
2392 unsigned NumElts = WidenWidth / NewVTWidth;
2400 assert(WidenWidth % NewVTWidth == 0);
2401 unsigned NumConcat = WidenWidth / NewVTWidth;
2415 LdWidth -= NewVTWidth;
2419 unsigned Increment = NewVTWidth / 8;
2425 if (LdWidth < NewVTWidth) {
2428 NewVTWidth = NewVT.getSizeInBits();
2454 LdWidth -= NewVTWidth;
2585 unsigned NewVTWidth = NewVT.getSizeInBits(); local
[all...]

Completed in 42 milliseconds