LLVM 20.0.0git
|
Evaluate query assuming this condition holds. More...
#include "llvm/Analysis/SimplifyQuery.h"
Public Member Functions | |
CondContext (Value *Cond) | |
Public Attributes | |
Value * | Cond |
bool | Invert = false |
SmallPtrSet< Value *, 4 > | AffectedValues |
Evaluate query assuming this condition holds.
Definition at line 62 of file SimplifyQuery.h.
|
inline |
Definition at line 67 of file SimplifyQuery.h.
SmallPtrSet<Value *, 4> llvm::CondContext::AffectedValues |
Definition at line 65 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext().
Value* llvm::CondContext::Cond |
Definition at line 63 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext().
bool llvm::CondContext::Invert = false |
Definition at line 64 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext().