LLVM API Documentation
#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 Value * | getAISize (Value *Amt) |
| static const Type * | checkType (const Type *Ty) |
| static bool | isConstantAllOnes (const Value *V) |
Definition at line 514 of file Instructions.cpp.
References llvm::ConstantUInt::get(), and llvm::Type::UIntTy.
| static bool isConstantAllOnes | ( | const Value * | V | ) | [inline, static] |
Definition at line 1078 of file Instructions.cpp.
References V.
Referenced by llvm::BinaryOperator::getNotArgument(), and llvm::BinaryOperator::isNot().