Home
last modified time | relevance | path

Searched refs:bestOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1248 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
1263 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()