LLVM 17.0.0git
Public Attributes | List of all members
llvm::cflaa::InstantiatedValue Struct Reference

This is the result of instantiating InterfaceValue at a particular call. More...

#include "Analysis/AliasAnalysisSummary.h"

Collaboration diagram for llvm::cflaa::InstantiatedValue:
Collaboration graph
[legend]

Public Attributes

ValueVal
 
unsigned DerefLevel
 

Detailed Description

This is the result of instantiating InterfaceValue at a particular call.

Definition at line 202 of file AliasAnalysisSummary.h.

Member Data Documentation

◆ DerefLevel

unsigned llvm::cflaa::InstantiatedValue::DerefLevel

Definition at line 204 of file AliasAnalysisSummary.h.

◆ Val

Value* llvm::cflaa::InstantiatedValue::Val

Definition at line 203 of file AliasAnalysisSummary.h.


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