LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AssumptionCache::ResultElem Struct Reference

#include "llvm/Analysis/AssumptionCache.h"

Public Member Functions

 operator Value * () const
 

Public Attributes

WeakVH Assume
 
unsigned Index
 contains either ExprResultIdx or the index of the operand bundle containing the knowledge.
 

Detailed Description

Definition at line 48 of file AssumptionCache.h.

Member Function Documentation

◆ operator Value *()

llvm::AssumptionCache::ResultElem::operator Value * ( ) const
inline

Definition at line 54 of file AssumptionCache.h.

References Assume.

Member Data Documentation

◆ Assume

WeakVH llvm::AssumptionCache::ResultElem::Assume

◆ Index

unsigned llvm::AssumptionCache::ResultElem::Index

contains either ExprResultIdx or the index of the operand bundle containing the knowledge.

Definition at line 53 of file AssumptionCache.h.

Referenced by llvm::AssumptionCache::updateAffectedValues().


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