| addUse(Use &U) | llvm::Value | [inline] |
| Alloca enum value | llvm::Instruction | |
| ArgumentVal enum value | llvm::Value | |
| BasicBlockVal enum value | llvm::Value | |
| BinaryOps enum name | llvm::Instruction | |
| BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore=0) | llvm::BranchInst | [inline] |
| BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore=0) | llvm::BranchInst | [inline] |
| BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) | llvm::BranchInst | [inline] |
| BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, BasicBlock *InsertAtEnd) | llvm::BranchInst | [inline] |
| Call enum value | llvm::Instruction | |
| Cast enum value | llvm::Instruction | |
| classof(const BranchInst *) | llvm::BranchInst | [inline, static] |
| classof(const Instruction *I) | llvm::BranchInst | [inline, static] |
| classof(const Value *V) | llvm::BranchInst | [inline, static] |
| llvm::TerminatorInst::classof(const TerminatorInst *) | llvm::TerminatorInst | [inline, static] |
| llvm::User::classof(const User *) | llvm::User | [inline, static] |
| clone() const | llvm::BranchInst | [virtual] |
| const_op_iterator typedef | llvm::User | |
| ConstantAggregateZeroVal enum value | llvm::Value | |
| ConstantArrayVal enum value | llvm::Value | |
| ConstantBoolVal enum value | llvm::Value | |
| ConstantExprVal enum value | llvm::Value | |
| ConstantFirstVal enum value | llvm::Value | |
| ConstantFPVal enum value | llvm::Value | |
| ConstantLastVal enum value | llvm::Value | |
| ConstantPackedVal enum value | llvm::Value | |
| ConstantPointerNullVal enum value | llvm::Value | |
| ConstantSIntVal enum value | llvm::Value | |
| ConstantStructVal enum value | llvm::Value | |
| ConstantUIntVal enum value | llvm::Value | |
| dropAllReferences() | llvm::User | [inline] |
| dump() const | llvm::Value | [virtual] |
| eraseFromParent() | llvm::Instruction | |
| ExtractElement enum value | llvm::Instruction | |
| FunctionVal enum value | llvm::Value | |
| getCondition() const | llvm::BranchInst | [inline] |
| getName() const | llvm::Value | [inline] |
| getNext() | llvm::Instruction | [inline] |
| getNext() const | llvm::Instruction | [inline] |
| getNumOperands() const | llvm::User | [inline] |
| getNumSuccessors() const | llvm::BranchInst | [inline] |
| getNumUses() const | llvm::Value | |
| getOpcode() const | llvm::Instruction | [inline] |
| getOpcodeName() const | llvm::Instruction | [inline] |
| getOpcodeName(unsigned OpCode) | llvm::Instruction | [static] |
| getOperand(unsigned i) const | llvm::BranchInst | [inline] |
| getParent() const | llvm::Instruction | [inline] |
| getParent() | llvm::Instruction | [inline] |
| getPrev() | llvm::Instruction | [inline] |
| getPrev() const | llvm::Instruction | [inline] |
| getRawType() const | llvm::Value | [inline] |
| getSuccessor(unsigned i) const | llvm::BranchInst | [inline] |
| getType() const | llvm::Value | [inline] |
| getValueType() const | llvm::Value | [inline] |
| GlobalVariableVal enum value | llvm::Value | |
| HANDLE_MEMORY_INST enum value | llvm::Instruction | |
| HANDLE_OTHER_INST enum value | llvm::Instruction | |
| hasName() const | llvm::Value | [inline] |
| hasNUses(unsigned N) const | llvm::Value | |
| hasNUsesOrMore(unsigned N) const | llvm::Value | |
| hasOneUse() const | llvm::Value | [inline] |
| InlineAsmVal enum value | llvm::Value | |
| InsertElement enum value | llvm::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 value | llvm::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] |
| isConditional() const | llvm::BranchInst | [inline] |
| isIdenticalTo(Instruction *I) const | llvm::Instruction | |
| 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] |
| isUnconditional() const | llvm::BranchInst | [inline] |
| Load enum value | llvm::Instruction | |
| Malloc enum value | llvm::Instruction | |
| mayWriteToMemory() const | llvm::Instruction | [inline, virtual] |
| MemoryOps enum name | llvm::Instruction | |
| moveBefore(Instruction *MovePos) | llvm::Instruction | |
| N enum value | llvm::Instruction | |
| num enum value | llvm::Instruction | |
| NumOperands | llvm::User | [protected] |
| op_begin() | llvm::User | [inline] |
| op_begin() const | llvm::User | [inline] |
| op_end() | llvm::User | [inline] |
| op_end() const | llvm::User | [inline] |
| op_iterator typedef | llvm::User | |
| OPC enum value | llvm::Instruction | |
| opcode enum value | llvm::Instruction | |
| OperandList | llvm::User | [protected] |
| OtherOps enum name | llvm::Instruction | |
| PHI enum value | llvm::Instruction | |
| 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 | |
| Select enum value | llvm::Instruction | |
| setCondition(Value *V) | llvm::BranchInst | [inline] |
| setName(const std::string &name) | llvm::Value | |
| setOperand(unsigned i, Value *Val) | llvm::BranchInst | [inline] |
| setSuccessor(unsigned idx, BasicBlock *NewSucc) | llvm::BranchInst | [inline] |
| setUnconditionalDest(BasicBlock *Dest) | llvm::BranchInst | [inline] |
| Shl enum value | llvm::Instruction | |
| ShuffleVector enum value | llvm::Instruction | |
| ShuffleVectorInst enum value | llvm::Instruction | |
| SubclassData | llvm::Value | [protected] |
| TerminatorInst(Instruction::TermOps iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore=0) | llvm::TerminatorInst | [protected] |
| TerminatorInst(const Type *Ty, Instruction::TermOps iType, Use *Ops, unsigned NumOps, const std::string &Name="", Instruction *InsertBefore=0) | llvm::TerminatorInst | [inline, protected] |
| TerminatorInst(Instruction::TermOps iType, Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) | llvm::TerminatorInst | [protected] |
| TerminatorInst(const Type *Ty, Instruction::TermOps iType, Use *Ops, unsigned NumOps, const std::string &Name, BasicBlock *InsertAtEnd) | llvm::TerminatorInst | [inline, protected] |
| TermOps enum name | llvm::Instruction | |
| uncheckedReplaceAllUsesWith(Value *V) | llvm::Value | |
| UndefValueVal enum value | llvm::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 typedef | llvm::Value | |
| use_empty() const | llvm::Value | [inline] |
| use_end() | llvm::Value | [inline] |
| use_end() const | llvm::Value | [inline] |
| use_iterator typedef | llvm::Value | |
| User(const Type *Ty, unsigned vty, Use *OpList, unsigned NumOps, const std::string &name="") | llvm::User | [inline] |
| UserOp1 enum value | llvm::Instruction | |
| VAArg enum value | llvm::Instruction | |
| Value(const Type *Ty, unsigned scid, const std::string &name="") | llvm::Value | |
| ValueTy enum name | llvm::Value | |
| ~Instruction() | llvm::Instruction | |
| ~TerminatorInst() | llvm::TerminatorInst | [protected] |
| ~Value() | llvm::Value | [virtual] |