Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3984 unsigned AndMaskWidth = BitWidth - BitWidthDiff.getZExtValue(); in foldSubCtlzNot() local
3985 if (!(AndMask.isMask(AndMaskWidth) && XorMask.countr_one() >= AndMaskWidth)) in foldSubCtlzNot()