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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2585 int LdWidth = LdVT.getSizeInBits(); local
2586 int WidthDiff = WidenWidth - LdWidth; // Difference
2590 EVT NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff);
2598 if (LdWidth <= NewVTWidth) {
2623 LdWidth -= NewVTWidth;
2626 while (LdWidth > 0) {
2633 if (LdWidth < NewVTWidth) {
2635 NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff);
2664 LdWidth -= NewVTWidth;

Completed in 108 milliseconds