Searched refs:bestOffset (Results 1 – 1 of 1) sorted by relevance
1248 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local1263 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()1265 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()1279 if (bestOffset != 0) in SimplifySetCC()1281 DAG.getConstant(bestOffset, PtrType)); in SimplifySetCC()1282 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()1284 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()