, including all inherited members.
| addAttribute(unsigned i, Attributes attr) | llvm::CallInst | |
| addUse(Use &U) | llvm::Value | [inline] |
| allocHungoffUses(unsigned) const | llvm::User | [protected] |
| ArgumentVal enum value | llvm::Value | |
| BasicBlockVal enum value | llvm::Value | |
| BinaryOps enum name | llvm::Instruction | |
| CastOps enum name | llvm::Instruction | |
| classof(const CallInst *) | llvm::CallInst | [inline, static] |
| classof(const Instruction *I) | llvm::CallInst | [inline, static] |
| classof(const Value *V) | llvm::CallInst | [inline, static] |
| llvm::User::classof(const User *) | llvm::User | [inline, static] |
| clone() const | llvm::CallInst | [virtual] |
| const_op_iterator typedef | llvm::User | |
| ConstantAggregateZeroVal enum value | llvm::Value | |
| ConstantArrayVal enum value | llvm::Value | |
| ConstantExprVal enum value | llvm::Value | |
| ConstantFirstVal enum value | llvm::Value | |
| ConstantFPVal enum value | llvm::Value | |
| ConstantIntVal enum value | llvm::Value | |
| ConstantLastVal enum value | llvm::Value | |
| ConstantPointerNullVal enum value | llvm::Value | |
| ConstantStructVal enum value | llvm::Value | |
| ConstantVectorVal enum value | llvm::Value | |
| Create(Value *Func, InputIterator ArgBegin, InputIterator ArgEnd, const std::string &NameStr="", Instruction *InsertBefore=0) | llvm::CallInst | [inline, static] |
| Create(Value *Func, InputIterator ArgBegin, InputIterator ArgEnd, const std::string &NameStr, BasicBlock *InsertAtEnd) | llvm::CallInst | [inline, static] |
| Create(Value *F, Value *Actual, const std::string &NameStr="", Instruction *InsertBefore=0) | llvm::CallInst | [inline, static] |
| Create(Value *F, Value *Actual, const std::string &NameStr, BasicBlock *InsertAtEnd) | llvm::CallInst | [inline, static] |
| Create(Value *F, const std::string &NameStr="", Instruction *InsertBefore=0) | llvm::CallInst | [inline, static] |
| Create(Value *F, const std::string &NameStr, BasicBlock *InsertAtEnd) | llvm::CallInst | [inline, static] |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::CallInst | |
| doesNotAccessMemory() const | llvm::CallInst | [inline] |
| doesNotReturn() const | llvm::CallInst | [inline] |
| doesNotThrow() const | llvm::CallInst | [inline] |
| DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) | llvm::Value | |
| DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) const | llvm::Value | [inline] |
| dropAllReferences() | llvm::User | [inline] |
| dropHungoffUses(Use *U) | llvm::User | [inline, protected] |
| dump() const | llvm::Value | [virtual] |
| eraseFromParent() | llvm::Instruction | |
| FIRST_BINARY_INST enum value | llvm::Instruction | |
| FIRST_CAST_INST enum value | llvm::Instruction | |
| FIRST_MEMORY_INST enum value | llvm::Instruction | |
| FIRST_OTHER_INST enum value | llvm::Instruction | |
| FIRST_TERM_INST enum value | llvm::Instruction | |
| FunctionVal enum value | llvm::Value | |
| getAttributes() const | llvm::CallInst | [inline] |
| getCalledFunction() const | llvm::CallInst | [inline] |
| getCalledValue() const | llvm::CallInst | [inline] |
| getCalledValue() | llvm::CallInst | [inline] |
| getCallingConv() const | llvm::CallInst | [inline] |
| getName() const | llvm::Value | [inline] |
| getNameEnd() const | llvm::Value | [inline] |
| getNameLen() const | llvm::Value | |
| getNameStart() const | llvm::Value | |
| getNameStr() const | llvm::Value | |
| getNumOperands() const | llvm::User | [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::User | [inline] |
| getParamAlignment(unsigned i) const | llvm::CallInst | [inline] |
| getParent() const | llvm::Instruction | [inline] |
| getParent() | llvm::Instruction | [inline] |
| getRawType() const | llvm::Value | [inline] |
| getType() const | llvm::Value | [inline] |
| getUnderlyingObject() | llvm::Value | |
| getUnderlyingObject() const | llvm::Value | [inline] |
| getValueID() const | llvm::Value | [inline] |
| getValueName() const | llvm::Value | [inline] |
| GlobalAliasVal enum value | llvm::Value | |
| GlobalVariableVal enum value | llvm::Value | |
| hasByValArgument() const | llvm::CallInst | [inline] |
| hasName() const | llvm::Value | [inline] |
| hasNUses(unsigned N) const | llvm::Value | |
| hasNUsesOrMore(unsigned N) const | llvm::Value | |
| hasOneUse() const | llvm::Value | [inline] |
| hasStructRetAttr() const | llvm::CallInst | [inline] |
| ilist_node() | llvm::ilist_node< NodeTy > | [inline, protected] |
| InlineAsmVal enum value | llvm::Value | |
| insertBefore(Instruction *InsertPos) | llvm::Instruction | |
| Instruction(const Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore=0) | llvm::Instruction | [protected] |
| Instruction(const Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) | llvm::Instruction | [protected] |
| InstructionVal enum value | llvm::Value | |
| isArithmeticShift() const | llvm::Instruction | [inline] |
| isAssociative() const | llvm::Instruction | [inline] |
| isAssociative(unsigned op, const Type *Ty) | llvm::Instruction | [static] |
| isBinaryOp() const | llvm::Instruction | [inline] |
| isBinaryOp(unsigned Opcode) | llvm::Instruction | [inline, static] |
| isCast() const | llvm::Instruction | [inline] |
| isCast(unsigned OpCode) | llvm::Instruction | [inline, static] |
| isCommutative() const | llvm::Instruction | [inline] |
| isCommutative(unsigned op) | llvm::Instruction | [static] |
| isIdenticalTo(const Instruction *I) const | llvm::Instruction | |
| isLogicalShift() const | llvm::Instruction | [inline] |
| isName(const char *N) const | llvm::Value | |
| isSameOperationAs(const Instruction *I) const | llvm::Instruction | |
| isShift() | llvm::Instruction | [inline] |
| isShift(unsigned Opcode) | llvm::Instruction | [inline, static] |
| isTailCall() const | llvm::CallInst | [inline] |
| isTerminator() const | llvm::Instruction | [inline] |
| isTerminator(unsigned OpCode) | llvm::Instruction | [inline, static] |
| isTrapping() const | llvm::Instruction | [inline] |
| isTrapping(unsigned op) | llvm::Instruction | [static] |
| isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value | |
| isUsedOutsideOfBlock(const BasicBlock *BB) const | llvm::Instruction | |
| mayReadFromMemory() const | llvm::Instruction | |
| mayWriteToMemory() const | llvm::Instruction | |
| MemoryOps enum name | llvm::Instruction | |
| moveBefore(Instruction *MovePos) | llvm::Instruction | |
| NumOperands | llvm::User | [protected] |
| onlyReadsMemory() const | llvm::CallInst | [inline] |
| Op() | llvm::User | [inline] |
| Op() const | llvm::User | [inline] |
| 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 | |
| OperandList | llvm::User | [protected] |
| operator delete(void *Usr) | llvm::User | |
| operator delete(void *, unsigned) | llvm::User | [inline] |
| operator new(size_t s, unsigned Us) | llvm::User | [protected] |
| OtherOps enum name | llvm::Instruction | |
| paramHasAttr(unsigned i, Attributes attr) const | llvm::CallInst | |
| print(std::ostream &O, AssemblyAnnotationWriter *AAW=0) const | llvm::Value | |
| print(raw_ostream &O, AssemblyAnnotationWriter *AAW=0) const | llvm::Value | |
| PseudoSourceValueVal enum value | llvm::Value | |
| removeAttribute(unsigned i, Attributes attr) | llvm::CallInst | |
| removeFromParent() | llvm::Instruction | |
| replaceAllUsesWith(Value *V) | llvm::Value | |
| replaceUsesOfWith(Value *From, Value *To) | llvm::User | |
| setAttributes(const AttrListPtr &Attrs) | llvm::CallInst | [inline] |
| setCallingConv(unsigned CC) | llvm::CallInst | [inline] |
| setDoesNotAccessMemory(bool NotAccessMemory=true) | llvm::CallInst | [inline] |
| setDoesNotReturn(bool DoesNotReturn=true) | llvm::CallInst | [inline] |
| setDoesNotThrow(bool DoesNotThrow=true) | llvm::CallInst | [inline] |
| setName(const std::string &name) | llvm::Value | |
| setName(const char *Name, unsigned NameLen) | llvm::Value | |
| setName(const char *Name) | llvm::Value | |
| setOnlyReadsMemory(bool OnlyReadsMemory=true) | llvm::CallInst | [inline] |
| setOperand(unsigned i, Value *Val) | llvm::User | [inline] |
| setTailCall(bool isTC=true) | llvm::CallInst | [inline] |
| stripPointerCasts() | llvm::Value | |
| stripPointerCasts() const | llvm::Value | [inline] |
| SubclassData | llvm::Value | [protected] |
| takeName(Value *V) | llvm::Value | |
| TermOps enum name | llvm::Instruction | |
| uncheckedReplaceAllUsesWith(Value *V) | llvm::Value | |
| UndefValueVal enum value | llvm::Value | |
| use_back() | llvm::Instruction | [inline] |
| use_back() const | llvm::Instruction | [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) | llvm::User | [inline, protected] |
| Value(const Type *Ty, unsigned scid) | llvm::Value | |
| ValueTy enum name | llvm::Value | |
| ~CallInst() | llvm::CallInst | |
| ~Instruction() | llvm::Instruction | |
| ~User() | llvm::User | [inline] |
| ~Value() | llvm::Value | [virtual] |