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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10128 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - local
10130 if (cast<ConstantSDNode>(ShAmt)->getAPIntValue().ugt(KnownZeroBits))

Completed in 266 milliseconds