LLVM 24.0.0git
llvm::AssumeDereferenceableInfo Struct Reference

#include "llvm/IR/BundleAttributes.h"

Public Attributes

const Use & Ptr
const Use & Count
std::optional< uint64_t > CountVal

Detailed Description

Definition at line 40 of file BundleAttributes.h.

Member Data Documentation

◆ Count

const Use& llvm::AssumeDereferenceableInfo::Count

Definition at line 42 of file BundleAttributes.h.

◆ CountVal

std::optional<uint64_t> llvm::AssumeDereferenceableInfo::CountVal

Definition at line 43 of file BundleAttributes.h.

Referenced by llvm::getAssumeDereferenceableInfo().

◆ Ptr

const Use& llvm::AssumeDereferenceableInfo::Ptr

Definition at line 41 of file BundleAttributes.h.


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