LLVM API Documentation

llvm::Instruction Member List

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

addUse(Use &U)llvm::Value [inline]
Alloca enum valuellvm::Instruction
ArgumentVal enum valuellvm::Value
BasicBlockVal enum valuellvm::Value
BinaryOperator classllvm::Instruction [friend]
BinaryOps enum namellvm::Instruction
Call enum valuellvm::Instruction
Cast enum valuellvm::Instruction
classof(const Instruction *)llvm::Instruction [inline, static]
classof(const Value *V)llvm::Instruction [inline, static]
llvm::User::classof(const User *)llvm::User [inline, static]
clone() const=0llvm::Instruction [pure virtual]
const_op_iterator typedefllvm::User
ConstantAggregateZeroVal enum valuellvm::Value
ConstantArrayVal enum valuellvm::Value
ConstantBoolVal enum valuellvm::Value
ConstantExprVal enum valuellvm::Value
ConstantFirstVal enum valuellvm::Value
ConstantFPVal enum valuellvm::Value
ConstantLastVal enum valuellvm::Value
ConstantPackedVal enum valuellvm::Value
ConstantPointerNullVal enum valuellvm::Value
ConstantSIntVal enum valuellvm::Value
ConstantStructVal enum valuellvm::Value
ConstantUIntVal enum valuellvm::Value
dropAllReferences()llvm::User [inline]
dump() constllvm::Value [virtual]
eraseFromParent()llvm::Instruction
ExtractElement enum valuellvm::Instruction
FunctionVal enum valuellvm::Value
getName() constllvm::Value [inline]
getNext()llvm::Instruction [inline]
getNext() constllvm::Instruction [inline]
getNumOperands() constllvm::User [inline]
getNumUses() constllvm::Value
getOpcode() constllvm::Instruction [inline]
getOpcodeName() constllvm::Instruction [inline]
getOpcodeName(unsigned OpCode)llvm::Instruction [static]
getOperand(unsigned i) constllvm::User [inline]
getParent() constllvm::Instruction [inline]
getParent()llvm::Instruction [inline]
getPrev()llvm::Instruction [inline]
getPrev() constllvm::Instruction [inline]
getRawType() constllvm::Value [inline]
getType() constllvm::Value [inline]
getValueType() constllvm::Value [inline]
GlobalVariableVal enum valuellvm::Value
HANDLE_MEMORY_INST enum valuellvm::Instruction
HANDLE_OTHER_INST enum valuellvm::Instruction
hasName() constllvm::Value [inline]
hasNUses(unsigned N) constllvm::Value
hasNUsesOrMore(unsigned N) constllvm::Value
hasOneUse() constllvm::Value [inline]
InlineAsmVal enum valuellvm::Value
InsertElement enum valuellvm::Instruction
Instruction(const Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, const std::string &Name="", Instruction *InsertBefore=0)llvm::Instruction [protected]
Instruction(const Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, const std::string &Name, BasicBlock *InsertAtEnd)llvm::Instruction [protected]
InstructionVal enum valuellvm::Value
isAssociative() constllvm::Instruction [inline]
isAssociative(unsigned op, const Type *Ty)llvm::Instruction [static]
isBinaryOp() constllvm::Instruction [inline]
isCommutative() constllvm::Instruction [inline]
isCommutative(unsigned op)llvm::Instruction [static]
isIdenticalTo(Instruction *I) constllvm::Instruction
isRelational() constllvm::Instruction [inline]
isRelational(unsigned op)llvm::Instruction [static]
isTerminator(unsigned OpCode)llvm::Instruction [inline, static]
isTerminator() constllvm::Instruction [inline]
isTrapping() constllvm::Instruction [inline]
isTrapping(unsigned op)llvm::Instruction [static]
Load enum valuellvm::Instruction
Malloc enum valuellvm::Instruction
mayWriteToMemory() constllvm::Instruction [inline, virtual]
MemoryOps enum namellvm::Instruction
moveBefore(Instruction *MovePos)llvm::Instruction
N enum valuellvm::Instruction
num enum valuellvm::Instruction
NumOperandsllvm::User [protected]
op_begin()llvm::User [inline]
op_begin() constllvm::User [inline]
op_end()llvm::User [inline]
op_end() constllvm::User [inline]
op_iterator typedefllvm::User
OPC enum valuellvm::Instruction
opcode enum valuellvm::Instruction
OperandListllvm::User [protected]
OtherOps enum namellvm::Instruction
PHI enum valuellvm::Instruction
print(std::ostream &OS) constllvm::Instruction [inline, virtual]
print(std::ostream &OS, AssemblyAnnotationWriter *AAW) constllvm::Instruction
removeFromParent()llvm::Instruction
replaceAllUsesWith(Value *V)llvm::Value
replaceUsesOfWith(Value *From, Value *To)llvm::User
Select enum valuellvm::Instruction
setName(const std::string &name)llvm::Value
setOperand(unsigned i, Value *Val)llvm::User [inline]
Shl enum valuellvm::Instruction
ShuffleVector enum valuellvm::Instruction
ShuffleVectorInst enum valuellvm::Instruction
SubclassDatallvm::Value [protected]
SymbolTableListTraits< Instruction, BasicBlock, Function, ilist_traits< Instruction > > classllvm::Instruction [friend]
TermOps enum namellvm::Instruction
uncheckedReplaceAllUsesWith(Value *V)llvm::Value
UndefValueVal enum valuellvm::Value
use_back()llvm::Value [inline]
use_back() constllvm::Value [inline]
use_begin()llvm::Value [inline]
use_begin() constllvm::Value [inline]
use_const_iterator typedefllvm::Value
use_empty() constllvm::Value [inline]
use_end()llvm::Value [inline]
use_end() constllvm::Value [inline]
use_iterator typedefllvm::Value
User(const Type *Ty, unsigned vty, Use *OpList, unsigned NumOps, const std::string &name="")llvm::User [inline]
UserOp1 enum valuellvm::Instruction
VAArg enum valuellvm::Instruction
Value(const Type *Ty, unsigned scid, const std::string &name="")llvm::Value
ValueTy enum namellvm::Value
~Instruction()llvm::Instruction
~Value()llvm::Value [virtual]