LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Instructions.cpp File Reference

#include "llvm/BasicBlock.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Support/CallSite.h"

Include dependency graph for Instructions.cpp:

Go to the source code of this file.

Functions

static const TypecheckType (const Type *Ty)
static bool isConstantAllOnes (const Value *V)


Function Documentation

static const Type* checkType const Type Ty  )  [inline, static]
 

Definition at line 422 of file Instructions.cpp.

static bool isConstantAllOnes const Value V  )  [inline, static]
 

Definition at line 639 of file Instructions.cpp.

Referenced by llvm::BinaryOperator::getNotArgument(), and llvm::BinaryOperator::isNot().