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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2591 int NewVTWidth = NewVT.getSizeInBits(); local
2598 if (LdWidth <= NewVTWidth) {
2600 unsigned NumElts = WidenWidth / NewVTWidth;
2608 assert(WidenWidth % NewVTWidth == 0);
2609 unsigned NumConcat = WidenWidth / NewVTWidth;
2623 LdWidth -= NewVTWidth;
2627 unsigned Increment = NewVTWidth / 8;
2633 if (LdWidth < NewVTWidth) {
2636 NewVTWidth = NewVT.getSizeInBits();
2664 LdWidth -= NewVTWidth;
2799 unsigned NewVTWidth = NewVT.getSizeInBits(); local
[all...]

Completed in 75 milliseconds