LLVM 20.0.0git
Public Attributes | List of all members
llvm::DecomposedBitTest Struct Reference

Represents the operation icmp (X & Mask) pred C, where pred can only be eq or ne. More...

#include "llvm/Analysis/CmpInstAnalysis.h"

Public Attributes

ValueX
 
CmpInst::Predicate Pred
 
APInt Mask
 
APInt C
 

Detailed Description

Represents the operation icmp (X & Mask) pred C, where pred can only be eq or ne.

Definition at line 97 of file CmpInstAnalysis.h.

Member Data Documentation

◆ C

APInt llvm::DecomposedBitTest::C

Definition at line 101 of file CmpInstAnalysis.h.

◆ Mask

APInt llvm::DecomposedBitTest::Mask

Definition at line 100 of file CmpInstAnalysis.h.

◆ Pred

CmpInst::Predicate llvm::DecomposedBitTest::Pred

Definition at line 99 of file CmpInstAnalysis.h.

◆ X

Value* llvm::DecomposedBitTest::X

Definition at line 98 of file CmpInstAnalysis.h.


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