Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4656 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
4690 bestWidth = width; in SimplifySetCC()
4696 if (bestWidth) in SimplifySetCC()
4700 if (bestWidth) { in SimplifySetCC()
4701 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
4711 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT)); in SimplifySetCC()