, including all inherited members.
| AddrSpaceCast | llvm::BinaryOperator | |
| addUse(Use &U) | llvm::Value | [inline] |
| Alloca | llvm::BinaryOperator | |
| allocHungoffUses(unsigned) const | llvm::User | [protected] |
| andIRFlags(const Value *V) | llvm::BinaryOperator | |
| ArgumentVal enum value | llvm::Value | |
| BasicBlockVal enum value | llvm::Value | |
| BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore) | llvm::BinaryOperator | [protected] |
| BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [protected] |
| BinaryOps enum name | llvm::Instruction | |
| BlockAddressVal enum value | llvm::Value | |
| Call | llvm::BinaryOperator | |
| CastOps enum name | llvm::Instruction | |
| classof(const Instruction *I) | llvm::BinaryOperator | [inline, static] |
| classof(const Value *V) | llvm::BinaryOperator | [inline, static] |
| clearSubclassOptionalData() | llvm::Value | [inline] |
| clone() const | llvm::Instruction | |
| clone_impl() const override | llvm::BinaryOperator | [protected, virtual] |
| CompareIgnoringAlignment enum value | llvm::Instruction | |
| CompareUsingScalarTypes enum value | llvm::Instruction | |
| const_op_iterator typedef | llvm::User | |
| const_op_range typedef | llvm::User | |
| const_use_iterator typedef | llvm::Value | |
| const_user_iterator typedef | llvm::Value | |
| ConstantAggregateZeroVal enum value | llvm::Value | |
| ConstantArrayVal enum value | llvm::Value | |
| ConstantDataArrayVal enum value | llvm::Value | |
| ConstantDataVectorVal 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 | |
| copyFastMathFlags(FastMathFlags FMF) | llvm::Instruction | |
| copyFastMathFlags(const Instruction *I) | llvm::Instruction | |
| copyIRFlags(const Value *V) | llvm::BinaryOperator | |
| Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name=Twine(), Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="") | llvm::BinaryOperator | [inline, static] |
| CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) | llvm::BinaryOperator | [inline, static] |
| CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) | llvm::BinaryOperator | [inline, static] |
| CreateFNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| CreateFNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| CreateNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| CreateNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| CreateNot(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| CreateNot(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="") | llvm::BinaryOperator | [inline, static] |
| CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) | llvm::BinaryOperator | [inline, static] |
| CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) | llvm::BinaryOperator | [inline, static] |
| CreateNSWNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| CreateNSWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="") | llvm::BinaryOperator | [inline, static] |
| CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) | llvm::BinaryOperator | [inline, static] |
| CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) | llvm::BinaryOperator | [inline, static] |
| CreateNUWNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::BinaryOperator | [static] |
| CreateNUWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::BinaryOperator | [static] |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::BinaryOperator | |
| DEFINE_HELPERS(Add, NSW) DEFINE_HELPERS(Add | llvm::BinaryOperator | |
| DEFINE_HELPERS(Sub, NSW) DEFINE_HELPERS(Sub | llvm::BinaryOperator | |
| DEFINE_HELPERS(Mul, NSW) DEFINE_HELPERS(Mul | llvm::BinaryOperator | |
| DEFINE_HELPERS(Shl, NSW) DEFINE_HELPERS(Shl | llvm::BinaryOperator | |
| DEFINE_HELPERS(SDiv, Exact) DEFINE_HELPERS(UDiv | llvm::BinaryOperator | |
| DEFINE_HELPERS(AShr, Exact) DEFINE_HELPERS(LShr | llvm::BinaryOperator | |
| 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() | llvm::User | [inline, protected] |
| dropUnknownMetadata(ArrayRef< unsigned > KnownIDs) | llvm::Instruction | |
| dropUnknownMetadata() | llvm::Instruction | [inline] |
| dropUnknownMetadata(unsigned ID1) | llvm::Instruction | [inline] |
| dropUnknownMetadata(unsigned ID1, unsigned ID2) | llvm::Instruction | [inline] |
| dump() const | llvm::Value | |
| eraseFromParent() | llvm::Instruction | |
| ExtractValue | llvm::BinaryOperator | |
| FCmp | llvm::BinaryOperator | |
| FPExt | llvm::BinaryOperator | |
| FPToSI | llvm::BinaryOperator | |
| FunctionVal enum value | llvm::Value | |
| getAAMetadata(AAMDNodes &N, bool Merge=false) const | llvm::Instruction | |
| getAllMetadata(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Instruction | [inline] |
| getAllMetadataOtherThanDebugLoc(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Instruction | [inline] |
| getContext() const | llvm::Value | |
| getDataLayout() const | llvm::Instruction | |
| getDebugLoc() const | llvm::Instruction | [inline] |
| getFastMathFlags() const | llvm::Instruction | |
| getFNegArgument(const Value *BinOp) | llvm::BinaryOperator | [static] |
| getFNegArgument(Value *BinOp) | llvm::BinaryOperator | [static] |
| getMetadata(unsigned KindID) const | llvm::Instruction | [inline] |
| getMetadata(StringRef Kind) const | llvm::Instruction | [inline] |
| getName() const | llvm::Value | |
| getNegArgument(const Value *BinOp) | llvm::BinaryOperator | [static] |
| getNegArgument(Value *BinOp) | llvm::BinaryOperator | [static] |
| getNextNode() | llvm::ilist_node< Instruction > | [inline] |
| getNextNode() const | llvm::ilist_node< Instruction > | [inline] |
| getNotArgument(const Value *BinOp) | llvm::BinaryOperator | [static] |
| getNotArgument(Value *BinOp) | llvm::BinaryOperator | [static] |
| getNumOperands() const | llvm::User | [inline] |
| getNumUses() const | llvm::Value | |
| getOpcode() const | llvm::BinaryOperator | [inline] |
| getOpcodeName() const | llvm::Instruction | [inline] |
| getOpcodeName(unsigned OpCode) | llvm::Instruction | [static] |
| getOperand(unsigned i) const | llvm::User | [inline] |
| getOperandUse(unsigned i) const | llvm::User | [inline] |
| getOperandUse(unsigned i) | llvm::User | [inline] |
| getParent() const | llvm::Instruction | [inline] |
| getParent() | llvm::Instruction | [inline] |
| getPrevNode() | llvm::ilist_node< Instruction > | [inline] |
| getPrevNode() const | llvm::ilist_node< Instruction > | [inline] |
| getRawSubclassOptionalData() const | llvm::Value | [inline] |
| getSubclassDataFromInstruction() const | llvm::Instruction | [inline, protected] |
| getType() const | llvm::Value | [inline] |
| getValueID() const | llvm::Value | [inline] |
| getValueName() const | llvm::Value | [inline] |
| GlobalAliasVal enum value | llvm::Value | |
| GlobalVariableVal enum value | llvm::Value | |
| HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21 | llvm::BinaryOperator | |
| HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26 | llvm::BinaryOperator | |
| HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21 | llvm::BinaryOperator | |
| HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26 | llvm::BinaryOperator | |
| HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21 | llvm::BinaryOperator | |
| HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43 | llvm::BinaryOperator | |
| HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45 | llvm::BinaryOperator | |
| HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33 | llvm::BinaryOperator | |
| HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33 | llvm::BinaryOperator | |
| HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57 | llvm::BinaryOperator | |
| HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59 | llvm::BinaryOperator | |
| hasAllowReciprocal() const | llvm::Instruction | |
| hasMetadata() const | llvm::Instruction | [inline] |
| hasMetadataOtherThanDebugLoc() const | llvm::Instruction | [inline] |
| hasName() const | llvm::Value | [inline] |
| hasNoInfs() const | llvm::Instruction | |
| hasNoNaNs() const | llvm::Instruction | |
| hasNoSignedWrap() const | llvm::BinaryOperator | |
| hasNoSignedZeros() const | llvm::Instruction | |
| hasNoUnsignedWrap() const | llvm::BinaryOperator | |
| hasNUses(unsigned N) const | llvm::Value | |
| hasNUsesOrMore(unsigned N) const | llvm::Value | |
| hasOneUse() const | llvm::Value | [inline] |
| hasSameSubclassOptionalData(const Value *V) const | llvm::Value | [inline] |
| hasUnsafeAlgebra() const | llvm::Instruction | |
| hasValueHandle() const | llvm::Value | [inline] |
| ilist_node() | llvm::ilist_node< Instruction > | [inline, protected] |
| init(BinaryOps iType) | llvm::BinaryOperator | [protected] |
| InlineAsmVal enum value | llvm::Value | |
| insertAfter(Instruction *InsertPos) | llvm::Instruction | |
| insertBefore(Instruction *InsertPos) | llvm::Instruction | |
| InsertElement | llvm::BinaryOperator | |
| Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore=nullptr) | llvm::Instruction | [protected] |
| Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) | llvm::Instruction | [protected] |
| InstructionVal enum value | llvm::Value | |
| intersectOptionalDataWith(const Value *V) | llvm::Value | [inline] |
| IntToPtr | llvm::BinaryOperator | |
| isArithmeticShift() const | llvm::Instruction | [inline] |
| isAssociative() const | llvm::Instruction | |
| isAssociative(unsigned op) | llvm::Instruction | [static] |
| isAtomic() const | llvm::Instruction | |
| 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] |
| isDereferenceablePointer(const DataLayout *DL=nullptr) const | llvm::Value | |
| isExact() const | llvm::BinaryOperator | |
| isFNeg(const Value *V, bool IgnoreZeroSign=false) | llvm::BinaryOperator | [static] |
| isIdempotent() const | llvm::Instruction | [inline] |
| isIdempotent(unsigned op) | llvm::Instruction | [static] |
| isIdenticalTo(const Instruction *I) const | llvm::Instruction | |
| isIdenticalToWhenDefined(const Instruction *I) const | llvm::Instruction | |
| isLogicalShift() const | llvm::Instruction | [inline] |
| isNeg(const Value *V) | llvm::BinaryOperator | [static] |
| isNilpotent() const | llvm::Instruction | [inline] |
| isNilpotent(unsigned op) | llvm::Instruction | [static] |
| isNot(const Value *V) | llvm::BinaryOperator | [static] |
| isSameOperationAs(const Instruction *I, unsigned flags=0) const | llvm::Instruction | |
| isShift() | llvm::Instruction | [inline] |
| isShift(unsigned Opcode) | llvm::Instruction | [inline, static] |
| isTerminator() const | llvm::Instruction | [inline] |
| isTerminator(unsigned OpCode) | llvm::Instruction | [inline, static] |
| isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value | |
| isUsedOutsideOfBlock(const BasicBlock *BB) const | llvm::Instruction | |
| LandingPad | llvm::BinaryOperator | |
| LShr | llvm::BinaryOperator | |
| MaximumAlignment | llvm::Value | [static] |
| mayHaveSideEffects() const | llvm::Instruction | [inline] |
| mayReadFromMemory() const | llvm::Instruction | |
| mayReadOrWriteMemory() const | llvm::Instruction | [inline] |
| mayReturn() const | llvm::Instruction | |
| mayThrow() const | llvm::Instruction | |
| mayWriteToMemory() const | llvm::Instruction | |
| MDNodeVal enum value | llvm::Value | |
| MDStringVal enum value | llvm::Value | |
| MemoryOps enum name | llvm::Instruction | |
| moveBefore(Instruction *MovePos) | llvm::Instruction | |
| mutateType(Type *Ty) | llvm::Value | [inline] |
| NumOperands | llvm::User | [protected] |
| Op() | llvm::User | [inline, protected] |
| Op() const | llvm::User | [inline, 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 | |
| op_range typedef | llvm::User | |
| operand_values() | llvm::User | [inline] |
| OperandList | llvm::User | [protected] |
| operands() | llvm::User | [inline] |
| operands() const | llvm::User | [inline] |
| OperationEquivalenceFlags enum name | llvm::Instruction | |
| operator delete(void *Usr) | llvm::User | |
| operator delete(void *, unsigned) | llvm::User | [inline] |
| operator delete(void *, unsigned, bool) | llvm::User | [inline] |
| operator new(size_t s) | llvm::BinaryOperator | [inline] |
| OpFrom(const U *that) | llvm::User | [inline, protected, static] |
| OtherOps enum name | llvm::Instruction | |
| print(raw_ostream &O) const | llvm::Value | |
| printAsOperand(raw_ostream &O, bool PrintType=true, const Module *M=nullptr) const | llvm::Value | |
| removeFromParent() | llvm::Instruction | |
| replaceAllUsesWith(Value *V) | llvm::Value | |
| replaceUsesOfWith(Value *From, Value *To) | llvm::User | |
| reverseUseList() | llvm::Value | |
| setAAMetadata(const AAMDNodes &N) | llvm::Instruction | |
| setDebugLoc(const DebugLoc &Loc) | llvm::Instruction | [inline] |
| setFastMathFlags(FastMathFlags FMF) | llvm::Instruction | |
| setHasAllowReciprocal(bool B) | llvm::Instruction | |
| setHasNoInfs(bool B) | llvm::Instruction | |
| setHasNoNaNs(bool B) | llvm::Instruction | |
| setHasNoSignedWrap(bool b=true) | llvm::BinaryOperator | |
| setHasNoSignedZeros(bool B) | llvm::Instruction | |
| setHasNoUnsignedWrap(bool b=true) | llvm::BinaryOperator | |
| setHasUnsafeAlgebra(bool B) | llvm::Instruction | |
| setInstructionSubclassData(unsigned short D) | llvm::Instruction | [inline, protected] |
| setIsExact(bool b=true) | llvm::BinaryOperator | |
| setMetadata(unsigned KindID, MDNode *Node) | llvm::Instruction | |
| setMetadata(StringRef Kind, MDNode *Node) | llvm::Instruction | |
| setName(const Twine &Name) | llvm::Value | |
| setOperand(unsigned i, Value *Val) | llvm::User | [inline] |
| setValueName(ValueName *VN) | llvm::Value | [inline] |
| SExt | llvm::BinaryOperator | |
| SIToFP | llvm::BinaryOperator | |
| sortUseList(Compare Cmp) | llvm::Value | |
| stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) | llvm::Value | |
| stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const | llvm::Value | [inline] |
| stripInBoundsConstantOffsets() | llvm::Value | |
| stripInBoundsConstantOffsets() const | llvm::Value | [inline] |
| stripInBoundsOffsets() | llvm::Value | |
| stripInBoundsOffsets() const | llvm::Value | [inline] |
| stripPointerCasts() | llvm::Value | |
| stripPointerCasts() const | llvm::Value | [inline] |
| stripPointerCastsNoFollowAliases() | llvm::Value | |
| stripPointerCastsNoFollowAliases() const | llvm::Value | [inline] |
| SubclassOptionalData | llvm::Value | [protected] |
| swapOperands() | llvm::BinaryOperator | |
| takeName(Value *V) | llvm::Value | |
| TermOps enum name | llvm::Instruction | |
| Trunc | llvm::BinaryOperator | |
| UndefValueVal enum value | llvm::Value | |
| use_begin() | llvm::Value | [inline] |
| use_begin() const | llvm::Value | [inline] |
| use_empty() const | llvm::Value | [inline] |
| use_end() | llvm::Value | [inline] |
| use_end() const | llvm::Value | [inline] |
| use_iterator typedef | llvm::Value | |
| User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) | llvm::User | [inline, protected] |
| user_back() | llvm::Instruction | [inline] |
| user_back() const | llvm::Instruction | [inline] |
| user_begin() | llvm::Value | [inline] |
| user_begin() const | llvm::Value | [inline] |
| user_end() | llvm::Value | [inline] |
| user_end() const | llvm::Value | [inline] |
| user_iterator typedef | llvm::Value | |
| UserOp1 | llvm::BinaryOperator | |
| users() | llvm::Value | [inline] |
| users() const | llvm::Value | [inline] |
| uses() | llvm::Value | [inline] |
| uses() const | llvm::Value | [inline] |
| VAArg | llvm::BinaryOperator | |
| Value(Type *Ty, unsigned scid) | llvm::Value | [protected] |
| value_op_begin() | llvm::User | [inline] |
| value_op_end() | llvm::User | [inline] |
| ValueTy enum name | llvm::Value | |
| ~Instruction() | llvm::Instruction | |
| ~User() | llvm::User | [inline] |
| ~Value() | llvm::Value | [virtual] |