LLVM API Documentation

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

llvm::BinaryOperator Member List

This is the complete list of members for llvm::BinaryOperator, including all inherited members.

addUse(Use &U)llvm::Value [inline]
Allocallvm::BinaryOperator
ArgumentVal enum valuellvm::Value
BasicBlockVal enum valuellvm::Value
BinaryOperator(BinaryOps iType, Value *S1, Value *S2, const Type *Ty, const std::string &Name, Instruction *InsertBefore)llvm::BinaryOperator [inline, protected]
BinaryOperator(BinaryOps iType, Value *S1, Value *S2, const Type *Ty, const std::string &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [inline, protected]
BinaryOps enum namellvm::Instruction
Callllvm::BinaryOperator
Castllvm::BinaryOperator
classof(const BinaryOperator *)llvm::BinaryOperator [inline, static]
classof(const Instruction *I)llvm::BinaryOperator [inline, static]
classof(const Value *V)llvm::BinaryOperator [inline, static]
llvm::User::classof(const User *)llvm::User [inline, static]
clone() const llvm::BinaryOperator [virtual]
const_op_iterator typedefllvm::User
ConstantAggregateZeroVal enum valuellvm::Value
ConstantExprVal enum valuellvm::Value
create(BinaryOps Op, Value *S1, Value *S2, const std::string &Name="", Instruction *InsertBefore=0)llvm::BinaryOperator [static]
create(BinaryOps Op, Value *S1, Value *S2, const std::string &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
createNeg(Value *Op, const std::string &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
createNot(Value *Op, const std::string &Name="", Instruction *InsertBefore=0)llvm::BinaryOperator [static]
createNot(Value *Op, const std::string &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
dropAllReferences()llvm::User [inline]
dump() const llvm::Value [virtual]
eraseFromParent()llvm::Instruction
FunctionVal enum valuellvm::Value
getName() const llvm::Value [inline]
getNegArgument(const BinaryOperator *Bop)llvm::BinaryOperator [static]
getNegArgument(BinaryOperator *Bop)llvm::BinaryOperator [static]
getNext()llvm::Instruction [inline]
getNext() const llvm::Instruction [inline]
getNotArgument(const BinaryOperator *Bop)llvm::BinaryOperator [static]
getNotArgument(BinaryOperator *Bop)llvm::BinaryOperator [static]
getNumOperands() const llvm::User [inline]
getOpcode() const llvm::BinaryOperator [inline]
getOpcodeName() const llvm::Instruction [inline, virtual]
getOpcodeName(unsigned OpCode)llvm::Instruction [static]
getOperand(unsigned i)llvm::User [inline]
getOperand(unsigned i) const llvm::User [inline]
getParent() const llvm::Instruction [inline]
getParent()llvm::Instruction [inline]
getPrev()llvm::Instruction [inline]
getPrev() const llvm::Instruction [inline]
getRawType() const llvm::Value [inline]
getType() const llvm::Value [inline]
getValueType() const llvm::Value [inline]
GlobalVariableVal enum valuellvm::Value
HANDLE_MEMORY_INST(21, Malloc, MallocInst) HANDLE_MEMORY_INST(23llvm::BinaryOperator
HANDLE_MEMORY_INST(24, Load, LoadInst) HANDLE_OTHER_INST(27llvm::BinaryOperator
HANDLE_MEMORY_INST(23, Alloca, AllocaInst) HANDLE_MEMORY_INST(24llvm::BinaryOperator
HANDLE_MEMORY_INST(21, Malloc, MallocInst) HANDLE_MEMORY_INST(23llvm::BinaryOperator
HANDLE_MEMORY_INST(24, Load, LoadInst) HANDLE_OTHER_INST(27llvm::BinaryOperator
llvm::Instruction::HANDLE_MEMORY_INST enum valuellvm::Instruction
HANDLE_OTHER_INST(28, Cast, CastInst) HANDLE_OTHER_INST(29llvm::BinaryOperator
HANDLE_OTHER_INST(30, Shl, ShiftInst) HANDLE_OTHER_INST(32llvm::BinaryOperator
HANDLE_OTHER_INST(33, VAArg, VAArgInst) HANDLE_OTHER_INST(34llvm::BinaryOperator
HANDLE_OTHER_INST(35, UserOp1, Instruction) HANDLE_MEMORY_INST(21llvm::BinaryOperator
HANDLE_OTHER_INST(27, PHI, PHINode) HANDLE_OTHER_INST(28llvm::BinaryOperator
HANDLE_OTHER_INST(29, Call, CallInst) HANDLE_OTHER_INST(30llvm::BinaryOperator
HANDLE_OTHER_INST(32, VANext, VANextInst) HANDLE_OTHER_INST(33llvm::BinaryOperator
HANDLE_OTHER_INST(34, Select, SelectInst) HANDLE_OTHER_INST(35llvm::BinaryOperator
HANDLE_OTHER_INST(28, Cast, CastInst) HANDLE_OTHER_INST(29llvm::BinaryOperator
HANDLE_OTHER_INST(30, Shl, ShiftInst) HANDLE_OTHER_INST(32llvm::BinaryOperator
HANDLE_OTHER_INST(33, VAArg, VAArgInst) HANDLE_OTHER_INST(34llvm::BinaryOperator
HANDLE_OTHER_INST(35, UserOp1, Instruction) static BinaryOperator *createNeg(Value *Opllvm::BinaryOperator
llvm::Instruction::HANDLE_OTHER_INST enum valuellvm::Instruction
hasName() const llvm::Value [inline]
hasOneUse() const llvm::Value [inline]
init(BinaryOps iType, Value *S1, Value *S2)llvm::BinaryOperator [protected]
InsertBeforellvm::BinaryOperator
Instruction enum valuellvm::Instruction
Instruction(const Type *Ty, unsigned iType, const std::string &Name="", Instruction *InsertBefore=0)llvm::Instruction [protected]
Instruction(const Type *Ty, unsigned iType, const std::string &Name, BasicBlock *InsertAtEnd)llvm::Instruction [protected]
InstructionVal enum valuellvm::Value
isAssociative() const llvm::Instruction [inline]
isAssociative(unsigned op, const Type *Ty)llvm::Instruction [static]
isBinaryOp() const llvm::Instruction [inline]
isCommutative() const llvm::Instruction [inline]
isCommutative(unsigned op)llvm::Instruction [static]
isIdenticalTo(Instruction *I) const llvm::Instruction
isNeg(const Value *V)llvm::BinaryOperator [static]
isNot(const Value *V)llvm::BinaryOperator [static]
isRelational() const llvm::Instruction [inline]
isRelational(unsigned op)llvm::Instruction [static]
isTerminator(unsigned OpCode)llvm::Instruction [inline, static]
isTerminator() const llvm::Instruction [inline]
isTrapping() const llvm::Instruction [inline]
isTrapping(unsigned op)llvm::Instruction [static]
killUse(Use &U)llvm::Value [inline]
Loadllvm::BinaryOperator
Mallocllvm::BinaryOperator
mayWriteToMemory() const llvm::Instruction [inline, virtual]
MemoryOps enum namellvm::Instruction
N enum valuellvm::Instruction
Namellvm::BinaryOperator
num enum valuellvm::Instruction
op_begin()llvm::User [inline]
op_begin() const llvm::User [inline]
op_end()llvm::User [inline]
op_end() const llvm::User [inline]
op_erase(op_iterator I)llvm::User [inline]
op_erase(op_iterator I, op_iterator E)llvm::User [inline]
op_iterator typedefllvm::User
op_reserve(unsigned NumElements)llvm::User [inline]
OPC enum valuellvm::Instruction
opcode enum valuellvm::Instruction
Operandsllvm::User [protected]
OtherOps enum namellvm::Instruction
PHIllvm::BinaryOperator
print(std::ostream &OS) const llvm::Instruction [inline, virtual]
print(std::ostream &OS, AssemblyAnnotationWriter *AAW) const llvm::Instruction
removeFromParent()llvm::Instruction
replaceAllUsesWith(Value *V)llvm::Value
replaceUsesOfWith(Value *From, Value *To)llvm::User
Selectllvm::BinaryOperator
setName(const std::string &name, SymbolTable *ST=0)llvm::Instruction [virtual]
setOperand(unsigned i, Value *Val)llvm::User [inline]
Shlllvm::BinaryOperator
SimpleConstantVal enum valuellvm::Value
swapOperands()llvm::BinaryOperator
TermOps enum namellvm::Instruction
uncheckedReplaceAllUsesWith(Value *V)llvm::Value
UndefValueVal enum valuellvm::Value
use_back()llvm::Value [inline]
use_back() const llvm::Value [inline]
use_begin()llvm::Value [inline]
use_begin() const llvm::Value [inline]
use_const_iterator typedefllvm::Value
use_empty() const llvm::Value [inline]
use_end()llvm::Value [inline]
use_end() const llvm::Value [inline]
use_iterator typedefllvm::Value
use_size() const llvm::Value [inline]
User(const Type *Ty, unsigned vty, const std::string &name="")llvm::User [inline]
UserOp1llvm::BinaryOperator
VAArgllvm::BinaryOperator
Value(const Type *Ty, unsigned scid, const std::string &name="")llvm::Value
ValueListVal enum valuellvm::Value
ValueTy enum namellvm::Value
VANextllvm::BinaryOperator
~Instruction()llvm::Instruction [inline]
~Value()llvm::Value [virtual]