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