Searched refs:bestOffset (Results 1 – 2 of 2) sorted by relevance
2026 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local2041 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()2043 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()2057 if (bestOffset != 0) in SimplifySetCC()2059 DAG.getConstant(bestOffset, PtrType)); in SimplifySetCC()2060 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()2062 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
1521 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local1536 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()1538 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()1552 if (bestOffset != 0) in SimplifySetCC()1554 DAG.getConstant(bestOffset, dl, PtrType)); in SimplifySetCC()1555 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()1557 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()