Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14997 KnownBits KnownShVal = DAG.computeKnownBits(ShVal); in visitZERO_EXTEND() local
14998 if (ShAmtC->getAPIntValue().ugt(KnownShVal.countMinLeadingZeros())) in visitZERO_EXTEND()