LLVM 22.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 63 of file SimplifyQuery.h.
|
inline |
Definition at line 68 of file SimplifyQuery.h.
References Cond.
SmallPtrSet<Value *, 4> llvm::CondContext::AffectedValues |
Definition at line 66 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext(), and computeKnownFPClassFromContext().
Value* llvm::CondContext::Cond |
Definition at line 64 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext(), computeKnownFPClassFromContext(), and CondContext().
bool llvm::CondContext::Invert = false |
Definition at line 65 of file SimplifyQuery.h.
Referenced by llvm::computeKnownBitsFromContext(), and computeKnownFPClassFromContext().