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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3316 unsigned bestWidth = 0, bestOffset = 0; local
3334 bestWidth = width;
3341 if (bestWidth) {
3342 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth);
3354 DAG.getConstant(bestMask.trunc(bestWidth),

Completed in 201 milliseconds