LLVM 22.0.0git
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 49 of file AssumptionCache.h.

Member Function Documentation

◆ operator Value *()

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

Definition at line 55 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 54 of file AssumptionCache.h.

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


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