Searched refs:origWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3318 unsigned origWidth = N0.getValueSizeInBits(); local
3319 unsigned maskWidth = origWidth;
3323 origWidth = Lod->getMemoryVT().getSizeInBits();
3325 for (unsigned width = origWidth / 2; width>=8; width /= 2) {
3327 for (unsigned offset=0; offset<origWidth/width; offset++) {
3332 bestOffset = (origWidth/width - offset - 1) * (width/8);

Completed in 106 milliseconds