reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3249 unsigned maskWidth = origWidth; 3253 origWidth = Lod->getMemoryVT().getSizeInBits(); 3255 for (unsigned width = origWidth / 2; width>=8; width /= 2) { 3257 for (unsigned offset=0; offset<origWidth/width; offset++) { 3262 bestOffset = (origWidth/width - offset - 1) * (width/8);