Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp874 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
875 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
895 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
896 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
898 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()