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

Evaluate query assuming this condition holds. More...

#include "llvm/Analysis/SimplifyQuery.h"

Public Member Functions

 CondContext (Value *Cond)
 

Public Attributes

ValueCond
 
bool Invert = false
 
SmallPtrSet< Value *, 4 > AffectedValues
 

Detailed Description

Evaluate query assuming this condition holds.

Definition at line 62 of file SimplifyQuery.h.

Constructor & Destructor Documentation

◆ CondContext()

llvm::CondContext::CondContext ( Value Cond)
inline

Definition at line 67 of file SimplifyQuery.h.

Member Data Documentation

◆ AffectedValues

SmallPtrSet<Value *, 4> llvm::CondContext::AffectedValues

Definition at line 65 of file SimplifyQuery.h.

Referenced by llvm::computeKnownBitsFromContext().

◆ Cond

Value* llvm::CondContext::Cond

Definition at line 63 of file SimplifyQuery.h.

Referenced by llvm::computeKnownBitsFromContext().

◆ Invert

bool llvm::CondContext::Invert = false

Definition at line 64 of file SimplifyQuery.h.

Referenced by llvm::computeKnownBitsFromContext().


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