Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:origWidth

1187         unsigned origWidth = N0.getValueType().getSizeInBits();
1188 unsigned maskWidth = origWidth;
1192 origWidth = Lod->getMemoryVT().getSizeInBits();
1195 for (unsigned width = origWidth / 2; width>=8; width /= 2) {
1197 for (unsigned offset=0; offset<origWidth/width; offset++) {
1200 bestOffset = (origWidth/width - offset - 1) * (width/8);