LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
 List of target independent CodeGen pass IDs.
 

Functions

unsigned llvm::getICmpCode (const ICmpInst *ICI, bool InvertPred=false)
 
Valuellvm::getICmpValue (bool Sign, unsigned Code, Value *LHS, Value *RHS, CmpInst::Predicate &NewICmpPred)
 
bool llvm::PredicatesFoldable (CmpInst::Predicate p1, CmpInst::Predicate p2)