Searched refs:UsedWithInAlloca (Results 1 – 3 of 3) sorted by relevance
26 using UsedWithInAlloca = Bitfield::Element<bool, AlignLower::NextBit, 1>; member27 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>;
3282 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
6120 const bool InAlloca = Bitfield::get<APV::UsedWithInAlloca>(Rec); in parseFunctionBody()