LLVM 22.0.0git
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 63 of file SimplifyQuery.h.

Constructor & Destructor Documentation

◆ CondContext()

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

Definition at line 68 of file SimplifyQuery.h.

References Cond.

Member Data Documentation

◆ AffectedValues

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

◆ Cond

Value* llvm::CondContext::Cond

◆ Invert

bool llvm::CondContext::Invert = false

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