Searched refs:InnerBits (Results 1 – 2 of 2) sorted by relevance
52 struct InnerBits { struct92 extern struct InnerBits getInner(void); in testBitfields()
1729 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local1730 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()1753 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()1755 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()