LLVM 20.0.0git
|
#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. | |
Definition at line 48 of file AssumptionCache.h.
|
inline |
Definition at line 54 of file AssumptionCache.h.
References Assume.
WeakVH llvm::AssumptionCache::ResultElem::Assume |
Definition at line 49 of file AssumptionCache.h.
Referenced by operator Value *(), llvm::AssumptionCache::unregisterAssumption(), and llvm::AssumptionCache::updateAffectedValues().
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().