LLVM 19.0.0git
Public Types | List of all members
llvm::AllocaPackedValues Struct Reference

#include "llvm/Bitcode/BitcodeCommon.h"

Public Types

using AlignLower = Bitfield::Element< unsigned, 0, 5 >
 
using UsedWithInAlloca = Bitfield::Element< bool, AlignLower::NextBit, 1 >
 
using ExplicitType = Bitfield::Element< bool, UsedWithInAlloca::NextBit, 1 >
 
using SwiftError = Bitfield::Element< bool, ExplicitType::NextBit, 1 >
 
using AlignUpper = Bitfield::Element< unsigned, SwiftError::NextBit, 3 >
 

Detailed Description

Definition at line 21 of file BitcodeCommon.h.

Member Typedef Documentation

◆ AlignLower

Definition at line 25 of file BitcodeCommon.h.

◆ AlignUpper

Definition at line 29 of file BitcodeCommon.h.

◆ ExplicitType

Definition at line 27 of file BitcodeCommon.h.

◆ SwiftError

Definition at line 28 of file BitcodeCommon.h.

◆ UsedWithInAlloca

Definition at line 26 of file BitcodeCommon.h.


The documentation for this struct was generated from the following file: