Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1771 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1772 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1792 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1794 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()