LLVM API Documentation
#include "llvm/IR/InstrTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
unsigned | llvm::getICmpCode (const ICmpInst *ICI, bool InvertPred=false) |
Value * | llvm::getICmpValue (bool Sign, unsigned Code, Value *LHS, Value *RHS, CmpInst::Predicate &NewICmpPred) |
bool | llvm::PredicatesFoldable (CmpInst::Predicate p1, CmpInst::Predicate p2) |