Searched defs:InnerBits (Results 1 – 2 of 2) sorted by relevance
52 struct InnerBits { struct53 bool y;55 unsigned d : 16;56 unsigned e : 6;57 unsigned f : 2;
699 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits() local