Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:origWidth

1336         unsigned origWidth = N0.getValueType().getSizeInBits();
1337 unsigned maskWidth = origWidth;
1341 origWidth = Lod->getMemoryVT().getSizeInBits();
1344 for (unsigned width = origWidth / 2; width>=8; width /= 2) {
1346 for (unsigned offset=0; offset<origWidth/width; offset++) {
1349 bestOffset = (origWidth/width - offset - 1) * (width/8);