Searched refs:InnerBits (Results 1 – 2 of 2) sorted by relevance
52 struct InnerBits { struct92 extern struct InnerBits getInner(); in testBitfields()
699 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits() local700 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 && in SimplifyDemandedBits()725 InnerShAmt < InnerBits && in SimplifyDemandedBits()726 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 && in SimplifyDemandedBits()