Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8245 unsigned PosBits = Pos.getScalarValueSizeInBits(); in matchRotateSub() local
8246 if (PosBits >= MaskLoBits) { in matchRotateSub()
8247 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub()