| addUse(Use &U) | llvm::Value | [inline] |
| Alloca enum value | llvm::Instruction | |
| AllocationInst(const Type *Ty, Value *ArraySize, unsigned iTy, const std::string &Name="", Instruction *InsertBefore=0) | llvm::AllocationInst | [protected] |
| AllocationInst(const Type *Ty, Value *ArraySize, unsigned iTy, const std::string &Name, BasicBlock *InsertAtEnd) | llvm::AllocationInst | [protected] |
| ArgumentVal enum value | llvm::Value | |
| BasicBlockVal enum value | llvm::Value | |
| BinaryOps enum name | llvm::Instruction | |
| Call enum value | llvm::Instruction | |
| Cast enum value | llvm::Instruction | |
| classof(const MallocInst *) | llvm::MallocInst | [inline, static] |
| classof(const Instruction *I) | llvm::MallocInst | [inline, static] |
| classof(const Value *V) | llvm::MallocInst | [inline, static] |
| llvm::AllocationInst::classof(const AllocationInst *) | llvm::AllocationInst | [inline, static] |
| llvm::User::classof(const User *) | llvm::User | [inline, static] |
| clone() const | llvm::MallocInst | [virtual] |
| const_op_iterator typedef | llvm::User | |
| ConstantAggregateZeroVal enum value | llvm::Value | |
| ConstantExprVal enum value | llvm::Value | |
| dropAllReferences() | llvm::User | [inline] |
| dump() const | llvm::Value | [virtual] |
| eraseFromParent() | llvm::Instruction | |
| FunctionVal enum value | llvm::Value | |
| getAllocatedType() const | llvm::AllocationInst | |
| getArraySize() const | llvm::AllocationInst | [inline] |
| getArraySize() | llvm::AllocationInst | [inline] |
| getName() const | llvm::Value | [inline] |
| getNext() | llvm::Instruction | [inline] |
| getNext() const | llvm::Instruction | [inline] |
| getNumOperands() const | llvm::User | [inline] |
| getOpcode() const | llvm::Instruction | [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::AllocationInst | [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] |
| hasOneUse() const | llvm::Value | [inline] |
| init(const Type *Ty, Value *ArraySize, unsigned iTy) | llvm::AllocationInst | [protected] |
| Instruction enum value | llvm::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 value | llvm::Value | |
| isArrayAllocation() const | llvm::AllocationInst | |
| 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 | |
| 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] |
| Load enum value | llvm::Instruction | |
| Malloc enum value | llvm::Instruction | |
| MallocInst(const Type *Ty, Value *ArraySize=0, const std::string &Name="", Instruction *InsertBefore=0) | llvm::MallocInst | [inline, explicit] |
| MallocInst(const Type *Ty, Value *ArraySize, const std::string &Name, BasicBlock *InsertAtEnd) | llvm::MallocInst | [inline] |
| mayWriteToMemory() const | llvm::Instruction | [inline, virtual] |
| MemoryOps enum name | llvm::Instruction | |
| N enum value | llvm::Instruction | |
| num enum value | llvm::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 typedef | llvm::User | |
| op_reserve(unsigned NumElements) | llvm::User | [inline] |
| OPC enum value | llvm::Instruction | |
| opcode enum value | llvm::Instruction | |
| Operands | 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 | |
| setName(const std::string &name, SymbolTable *ST=0) | llvm::Instruction | [virtual] |
| setOperand(unsigned i, Value *Val) | llvm::User | [inline] |
| Shl enum value | llvm::Instruction | |
| SimpleConstantVal enum value | llvm::Value | |
| 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 | |
| use_size() const | llvm::Value | [inline] |
| User(const Type *Ty, unsigned vty, 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 | |
| ValueListVal enum value | llvm::Value | |
| ValueTy enum name | llvm::Value | |
| VANext enum value | llvm::Instruction | |
| ~Instruction() | llvm::Instruction | [inline] |
| ~Value() | llvm::Value | [virtual] |