LLVM 20.0.0git
|
Represents the operation icmp (X & Mask) pred C, where pred can only be eq or ne. More...
#include "llvm/Analysis/CmpInstAnalysis.h"
Public Attributes | |
Value * | X |
CmpInst::Predicate | Pred |
APInt | Mask |
APInt | C |
Represents the operation icmp (X & Mask) pred C, where pred can only be eq or ne.
Definition at line 97 of file CmpInstAnalysis.h.
APInt llvm::DecomposedBitTest::C |
Definition at line 101 of file CmpInstAnalysis.h.
APInt llvm::DecomposedBitTest::Mask |
Definition at line 100 of file CmpInstAnalysis.h.
CmpInst::Predicate llvm::DecomposedBitTest::Pred |
Definition at line 99 of file CmpInstAnalysis.h.
Value* llvm::DecomposedBitTest::X |
Definition at line 98 of file CmpInstAnalysis.h.