Home
last modified time | relevance | path

Searched refs:UsedWithInAlloca (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h26 using UsedWithInAlloca = Bitfield::Element<bool, AlignLower::NextBit, 1>; member
27 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>;
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3282 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6120 const bool InAlloca = Bitfield::get<APV::UsedWithInAlloca>(Rec); in parseFunctionBody()