LLVM 22.0.0git
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

◆ AlignUpper

◆ ExplicitType

◆ SwiftError

◆ UsedWithInAlloca


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