Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:origWidth

2028         unsigned origWidth = N0.getValueType().getSizeInBits();
2029 unsigned maskWidth = origWidth;
2033 origWidth = Lod->getMemoryVT().getSizeInBits();
2036 for (unsigned width = origWidth / 2; width>=8; width /= 2) {
2038 for (unsigned offset=0; offset<origWidth/width; offset++) {
2041 bestOffset = (origWidth/width - offset - 1) * (width/8);