LLVM  8.0.1
Namespaces | Functions
CmpInstAnalysis.h File Reference
#include "llvm/IR/InstrTypes.h"
Include dependency graph for CmpInstAnalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

unsigned llvm::getICmpCode (const ICmpInst *ICI, bool InvertPred=false)
 Encode a icmp predicate into a three bit mask. More...
 
Constantllvm::getPredForICmpCode (unsigned Code, bool Sign, Type *OpTy, CmpInst::Predicate &Pred)
 This is the complement of getICmpCode. More...
 
bool llvm::predicatesFoldable (CmpInst::Predicate P1, CmpInst::Predicate P2)
 Return true if both predicates match sign or if at least one of them is an equality comparison (which is signless). More...
 
bool llvm::decomposeBitTestICmp (Value *LHS, Value *RHS, CmpInst::Predicate &Pred, Value *&X, APInt &Mask, bool LookThroughTrunc=true)
 Decompose an icmp into the form ((X & Mask) pred 0) if possible. More...