Searched defs:AllocaPackedValues (Results 1 – 1 of 1) sorted by relevance
21 struct AllocaPackedValues { struct22 using Align = Bitfield::Element<unsigned, 0, 5>;23 using UsedWithInAlloca = Bitfield::Element<bool, Align::NextBit, 1>;24 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>;25 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>;