Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4655 APInt bestMask; in SimplifySetCC() local
4689 bestMask = Mask.lshr(offset); in SimplifySetCC()
4711 DAG.getConstant(bestMask.trunc(bestWidth), dl, newVT)); in SimplifySetCC()