Searched refs:AlignInBytes (Results 1 – 4 of 4) sorted by relevance
274 uint32_t AlignInBytes) in InstAlloca() argument275 : InstHighLevel(Func, Inst::Alloca, 1, Dest), AlignInBytes(AlignInBytes) { in InstAlloca()277 assert(AlignInBytes == 0 || llvm::isPowerOf2_32(AlignInBytes)); in InstAlloca()
290 uint32_t AlignInBytes) { in create() argument292 InstAlloca(Func, Dest, ByteCount, AlignInBytes); in create()294 uint32_t getAlignInBytes() const { return AlignInBytes; } in getAlignInBytes()304 uint32_t AlignInBytes);306 const uint32_t AlignInBytes; variable
1091 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE() local1093 AlignInBytes); in constructTypeDIE()1533 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE() local1571 if (AlignInBytes) in constructMemberDIE()1573 AlignInBytes); in constructMemberDIE()1652 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE() local1654 AlignInBytes); in getOrCreateStaticMemberDIE()
159 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE() local161 AlignInBytes); in getOrCreateGlobalVariableDIE()1005 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes() local1007 AlignInBytes); in applyVariableAttributes()