| AddrSpaceCastInst(Value *S, Type *Ty, const Twine &NameStr="", Instruction *InsertBefore=nullptr) | llvm::AddrSpaceCastInst | |
| AddrSpaceCastInst(Value *S, Type *Ty, const Twine &NameStr, BasicBlock *InsertAtEnd) | llvm::AddrSpaceCastInst | |
| addUse(Use &U) | llvm::Value | inline |
| allocHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected |
| andIRFlags(const Value *V) | llvm::Instruction | |
| applyMergedLocation(const DILocation *LocA, const DILocation *LocB) | llvm::Instruction | |
| assertModuleIsMaterialized() const | llvm::Value | inline |
| assertModuleIsMaterializedImpl() const | llvm::Value | |
| BinaryOps enum name | llvm::Instruction | |
| CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr="", Instruction *InsertBefore=nullptr) | llvm::CastInst | inlineprotected |
| CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) | llvm::CastInst | inlineprotected |
| castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) | llvm::CastInst | static |
| CastOps enum name | llvm::Instruction | |
| classof(const Instruction *I) | llvm::AddrSpaceCastInst | inlinestatic |
| classof(const Value *V) | llvm::AddrSpaceCastInst | inlinestatic |
| clearSubclassOptionalData() | llvm::Value | inline |
| clone() const | llvm::Instruction | |
| cloneImpl() const | llvm::AddrSpaceCastInst | protected |
| CompareIgnoringAlignment enum value | llvm::Instruction | |
| CompareUsingScalarTypes enum value | llvm::Instruction | |
| const_op_iterator typedef | llvm::User | |
| const_op_range typedef | llvm::User | |
| const_reverse_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | protected |
| const_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | protected |
| const_use_iterator typedef | llvm::Value | |
| const_user_iterator typedef | llvm::Value | |
| copyFastMathFlags(FastMathFlags FMF) | llvm::Instruction | |
| copyFastMathFlags(const Instruction *I) | llvm::Instruction | |
| copyIRFlags(const Value *V, bool IncludeWrapFlags=true) | llvm::Instruction | |
| copyMetadata(const Instruction &SrcInst, ArrayRef< unsigned > WL=ArrayRef< unsigned >()) | llvm::Instruction | |
| Create(Instruction::CastOps, Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| Create(Instruction::CastOps, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreateBitOrPointerCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateFPCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateFPCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreateIntegerCast(Value *S, Type *Ty, bool isSigned, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateIntegerCast(Value *S, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreatePointerBitCastOrAddrSpaceCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreatePointerBitCastOrAddrSpaceCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreatePointerCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreatePointerCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CastInst | static |
| CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CastInst | static |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::UnaryInstruction | |
| deleteValue() | llvm::Value | |
| DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) const | llvm::Value | |
| DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) | llvm::Value | inline |
| dropAllReferences() | llvm::User | inline |
| dropPoisonGeneratingFlags() | llvm::Instruction | |
| dropUnknownNonDebugMetadata(ArrayRef< unsigned > KnownIDs) | llvm::Instruction | |
| dropUnknownNonDebugMetadata() | llvm::Instruction | inline |
| dropUnknownNonDebugMetadata(unsigned ID1) | llvm::Instruction | inline |
| dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) | llvm::Instruction | inline |
| dump() const | llvm::Value | |
| eraseFromParent() | llvm::Instruction | |
| extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const | llvm::Instruction | |
| extractProfTotalWeight(uint64_t &TotalVal) const | llvm::Instruction | |
| FuncletPadOps enum name | llvm::Instruction | |
| 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 |
| getCastOpcode(const Value *Val, bool SrcIsSigned, Type *Ty, bool DstIsSigned) | llvm::CastInst | static |
| getContext() const | llvm::Value | |
| getDebugLoc() const | llvm::Instruction | inline |
| getDescriptor() const | llvm::User | |
| getDescriptor() | llvm::User | |
| getDestAddressSpace() const | llvm::AddrSpaceCastInst | inline |
| getDestTy() const | llvm::CastInst | inline |
| getFastMathFlags() const | llvm::Instruction | |
| getFunction() const | llvm::Instruction | |
| getFunction() | llvm::Instruction | inline |
| getIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | inline |
| getIterator() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | inline |
| getMetadata(unsigned KindID) const | llvm::Instruction | inline |
| getMetadata(StringRef Kind) const | llvm::Instruction | inline |
| getModule() const | llvm::Instruction | |
| getModule() | llvm::Instruction | inline |
| getName() const | llvm::Value | |
| getNextNode() | llvm::ilist_node_with_parent< Instruction, BasicBlock > | inline |
| getNextNode() const | llvm::ilist_node_with_parent< Instruction, BasicBlock > | inline |
| getNextNonDebugInstruction() const | llvm::Instruction | |
| getNextNonDebugInstruction() | llvm::Instruction | inline |
| getNumOperands() const | llvm::User | inline |
| getNumSuccessors() const | llvm::Instruction | |
| getNumUses() const | llvm::Value | |
| getOpcode() const | llvm::CastInst | inline |
| getOpcodeName() const | llvm::Instruction | inline |
| getOpcodeName(unsigned OpCode) | llvm::Instruction | static |
| getOperand(unsigned i) const | llvm::User | inline |
| getOperandList() const | llvm::User | inline |
| getOperandList() | 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 |
| getPointerAlignment(const DataLayout &DL) const | llvm::Value | |
| getPointerDereferenceableBytes(const DataLayout &DL, bool &CanBeNull) const | llvm::Value | |
| getPointerOperand() | llvm::AddrSpaceCastInst | inline |
| getPointerOperand() const | llvm::AddrSpaceCastInst | inline |
| getPointerOperandIndex() | llvm::AddrSpaceCastInst | inlinestatic |
| getPrevNode() | llvm::ilist_node_with_parent< Instruction, BasicBlock > | inline |
| getPrevNode() const | llvm::ilist_node_with_parent< Instruction, BasicBlock > | inline |
| getPrevNonDebugInstruction() const | llvm::Instruction | |
| getPrevNonDebugInstruction() | llvm::Instruction | inline |
| getRawSubclassOptionalData() const | llvm::Value | inline |
| getReverseIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | inline |
| getReverseIterator() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | inline |
| getSrcAddressSpace() const | llvm::AddrSpaceCastInst | inline |
| getSrcTy() const | llvm::CastInst | inline |
| getSubclassDataFromInstruction() const | llvm::Instruction | inlineprotected |
| getSuccessor(unsigned Idx) const | llvm::Instruction | |
| getType() const | llvm::Value | inline |
| getValueID() const | llvm::Value | inline |
| getValueName() const | llvm::Value | |
| growHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected |
| hasAllowContract() const | llvm::Instruction | |
| hasAllowReassoc() const | llvm::Instruction | |
| hasAllowReciprocal() const | llvm::Instruction | |
| hasApproxFunc() const | llvm::Instruction | |
| hasAtomicLoad() const | llvm::Instruction | |
| hasAtomicStore() const | llvm::Instruction | |
| HasDescriptor | llvm::Value | protected |
| HasHungOffUses | llvm::Value | protected |
| hasMetadata() const | llvm::Instruction | inline |
| hasMetadataOtherThanDebugLoc() const | llvm::Instruction | inline |
| HasName | llvm::Value | protected |
| hasName() const | llvm::Value | inline |
| hasNoInfs() const | llvm::Instruction | |
| hasNoNaNs() const | llvm::Instruction | |
| hasNoSignedWrap() const | llvm::Instruction | |
| hasNoSignedZeros() const | llvm::Instruction | |
| hasNoUnsignedWrap() const | llvm::Instruction | |
| 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 |
| hasValueHandle() const | llvm::Value | inline |
| ilist_node_impl()=default | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | protected |
| ilist_node_with_parent()=default | llvm::ilist_node_with_parent< Instruction, BasicBlock > | protected |
| insertAfter(Instruction *InsertPos) | llvm::Instruction | |
| insertBefore(Instruction *InsertPos) | llvm::Instruction | |
| Instruction class | llvm::AddrSpaceCastInst | friend |
| llvm::CastInst::Instruction(const Instruction &)=delete | llvm::Instruction | |
| llvm::CastInst::Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore=nullptr) | llvm::Instruction | protected |
| llvm::CastInst::Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) | llvm::Instruction | protected |
| isArithmeticShift() const | llvm::Instruction | inline |
| isAssociative() const LLVM_READONLY | llvm::Instruction | |
| isAssociative(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isAtomic() const | llvm::Instruction | |
| isBinaryOp() const | llvm::Instruction | inline |
| isBinaryOp(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isBitCastable(Type *SrcTy, Type *DestTy) | llvm::CastInst | static |
| isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, const DataLayout &DL) | llvm::CastInst | static |
| isBitwiseLogicOp(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isBitwiseLogicOp() const | llvm::Instruction | inline |
| isCast() const | llvm::Instruction | inline |
| isCast(unsigned OpCode) | llvm::Instruction | inlinestatic |
| isCastable(Type *SrcTy, Type *DestTy) | llvm::CastInst | static |
| isCommutative() const | llvm::Instruction | inline |
| isCommutative(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isEHPad() const | llvm::Instruction | inline |
| isEliminableCastPair(Instruction::CastOps firstOpcode, Instruction::CastOps secondOpcode, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) | llvm::CastInst | static |
| isExact() const | llvm::Instruction | |
| isExceptionalTerminator() const | llvm::Instruction | inline |
| isExceptionalTerminator(unsigned OpCode) | llvm::Instruction | inlinestatic |
| isFast() const | llvm::Instruction | |
| isFenceLike() const | llvm::Instruction | inline |
| isFuncletPad() const | llvm::Instruction | inline |
| isFuncletPad(unsigned OpCode) | llvm::Instruction | inlinestatic |
| isIdempotent() const | llvm::Instruction | inline |
| isIdempotent(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isIdenticalTo(const Instruction *I) const | llvm::Instruction | |
| isIdenticalToWhenDefined(const Instruction *I) const | llvm::Instruction | |
| isIntDivRem() const | llvm::Instruction | inline |
| isIntDivRem(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isIntegerCast() const | llvm::CastInst | |
| isLifetimeStartOrEnd() const | llvm::Instruction | |
| isLogicalShift() const | llvm::Instruction | inline |
| isLosslessCast() const | llvm::CastInst | |
| isNilpotent() const | llvm::Instruction | inline |
| isNilpotent(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DstTy, const DataLayout &DL) | llvm::CastInst | static |
| isNoopCast(const DataLayout &DL) const | llvm::CastInst | |
| isSafeToRemove() const | llvm::Instruction | |
| isSameOperationAs(const Instruction *I, unsigned flags=0) const | llvm::Instruction | |
| isSentinel() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | inline |
| isShift() | llvm::Instruction | inline |
| isShift(unsigned Opcode) | llvm::Instruction | inlinestatic |
| isSwiftError() const | llvm::Value | |
| isTerminator() const | llvm::Instruction | inline |
| isTerminator(unsigned OpCode) | llvm::Instruction | inlinestatic |
| isUnaryOp() const | llvm::Instruction | inline |
| isUnaryOp(unsigned Opcode) | llvm::Instruction | inlinestatic |
| IsUsedByMD | llvm::Value | protected |
| isUsedByMetadata() const | llvm::Value | inline |
| isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value | |
| isUsedOutsideOfBlock(const BasicBlock *BB) const | llvm::Instruction | |
| materialized_use_begin() | llvm::Value | inline |
| materialized_use_begin() const | llvm::Value | inline |
| materialized_use_empty() const | llvm::Value | inline |
| materialized_user_begin() | llvm::Value | inline |
| materialized_user_begin() const | llvm::Value | inline |
| materialized_users() | llvm::Value | inline |
| materialized_users() const | llvm::Value | inline |
| materialized_uses() | llvm::Value | inline |
| materialized_uses() const | llvm::Value | inline |
| MaxAlignmentExponent | llvm::Value | static |
| MaximumAlignment | llvm::Value | static |
| mayHaveSideEffects() const | llvm::Instruction | inline |
| mayReadFromMemory() const | llvm::Instruction | |
| mayReadOrWriteMemory() const | llvm::Instruction | inline |
| mayThrow() const | llvm::Instruction | |
| mayWriteToMemory() const | llvm::Instruction | |
| MemoryOps enum name | llvm::Instruction | |
| moveAfter(Instruction *MovePos) | llvm::Instruction | |
| moveBefore(Instruction *MovePos) | llvm::Instruction | |
| moveBefore(BasicBlock &BB, SymbolTableList< Instruction >::iterator I) | llvm::Instruction | |
| mutateType(Type *Ty) | llvm::Value | inline |
| NumUserOperands | llvm::Value | protected |
| NumUserOperandsBits enum value | llvm::Value | protected |
| Op() | llvm::User | inlineprotected |
| Op() const | llvm::User | inlineprotected |
| 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 |
| operand_values() const | llvm::User | inline |
| operands() | llvm::User | inline |
| operands() const | llvm::User | inline |
| OperationEquivalenceFlags enum name | llvm::Instruction | |
| operator delete(void *Usr) | llvm::User | |
| operator delete(void *Usr, unsigned) | llvm::User | inline |
| operator delete(void *Usr, unsigned, bool) | llvm::User | inline |
| operator new(size_t s) | llvm::UnaryInstruction | inline |
| llvm::Instruction::operator new(size_t Size, unsigned Us) | llvm::User | protected |
| llvm::Instruction::operator new(size_t Size, unsigned Us, unsigned DescBytes) | llvm::User | protected |
| operator=(const Instruction &)=delete | llvm::Instruction | |
| llvm::User::operator=(const Value &)=delete | llvm::Value | |
| OpFrom(const U *that) | llvm::User | inlineprotectedstatic |
| OtherOps enum name | llvm::Instruction | |
| print(raw_ostream &O, bool IsForDebug=false) const | llvm::Value | |
| print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug=false) const | llvm::Value | |
| printAsOperand(raw_ostream &O, bool PrintType=true, const Module *M=nullptr) const | llvm::Value | |
| printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const | llvm::Value | |
| removeFromParent() | llvm::Instruction | |
| replaceAllUsesWith(Value *V) | llvm::Value | |
| replaceNonMetadataUsesWith(Value *V) | llvm::Value | |
| replaceUsesOfWith(Value *From, Value *To) | llvm::User | |
| replaceUsesOutsideBlock(Value *V, BasicBlock *BB) | llvm::Value | |
| reverse_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | protected |
| reverseUseList() | llvm::Value | |
| self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type > | protected |
| setAAMetadata(const AAMDNodes &N) | llvm::Instruction | |
| setDebugLoc(DebugLoc Loc) | llvm::Instruction | inline |
| setFast(bool B) | llvm::Instruction | |
| setFastMathFlags(FastMathFlags FMF) | llvm::Instruction | |
| setGlobalVariableNumOperands(unsigned NumOps) | llvm::User | inline |
| setHasAllowReassoc(bool B) | llvm::Instruction | |
| setHasAllowReciprocal(bool B) | llvm::Instruction | |
| setHasApproxFunc(bool B) | llvm::Instruction | |
| setHasNoInfs(bool B) | llvm::Instruction | |
| setHasNoNaNs(bool B) | llvm::Instruction | |
| setHasNoSignedWrap(bool b=true) | llvm::Instruction | |
| setHasNoSignedZeros(bool B) | llvm::Instruction | |
| setHasNoUnsignedWrap(bool b=true) | llvm::Instruction | |
| setInstructionSubclassData(unsigned short D) | llvm::Instruction | inlineprotected |
| setIsExact(bool b=true) | llvm::Instruction | |
| setMetadata(unsigned KindID, MDNode *Node) | llvm::Instruction | |
| setMetadata(StringRef Kind, MDNode *Node) | llvm::Instruction | |
| setName(const Twine &Name) | llvm::Value | |
| setNumHungOffUseOperands(unsigned NumOps) | llvm::User | inline |
| setOperand(unsigned i, Value *Val) | llvm::User | inline |
| setProfWeight(uint64_t W) | llvm::Instruction | |
| setSuccessor(unsigned Idx, BasicBlock *BB) | llvm::Instruction | |
| setValueName(ValueName *VN) | llvm::Value | |
| sortUseList(Compare Cmp) | llvm::Value | |
| stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const | llvm::Value | |
| stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) | llvm::Value | inline |
| stripInBoundsConstantOffsets() const | llvm::Value | |
| stripInBoundsConstantOffsets() | llvm::Value | inline |
| stripInBoundsOffsets() const | llvm::Value | |
| stripInBoundsOffsets() | llvm::Value | inline |
| stripPointerCasts() const | llvm::Value | |
| stripPointerCasts() | llvm::Value | inline |
| stripPointerCastsAndInvariantGroups() const | llvm::Value | |
| stripPointerCastsAndInvariantGroups() | llvm::Value | inline |
| stripPointerCastsNoFollowAliases() const | llvm::Value | |
| stripPointerCastsNoFollowAliases() | llvm::Value | inline |
| SubclassOptionalData | llvm::Value | protected |
| swapProfMetadata() | llvm::Instruction | |
| takeName(Value *V) | llvm::Value | |
| TermOps enum name | llvm::Instruction | |
| UnaryInstruction(Type *Ty, unsigned iType, Value *V, Instruction *IB=nullptr) | llvm::UnaryInstruction | inlineprotected |
| UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) | llvm::UnaryInstruction | inlineprotected |
| UnaryOps enum name | llvm::Instruction | |
| updateProfWeight(uint64_t S, uint64_t T) | llvm::Instruction | |
| 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 *, unsigned NumOps) | llvm::User | inlineprotected |
| User(const User &)=delete | llvm::User | |
| user_back() | llvm::Instruction | inline |
| user_back() const | llvm::Instruction | inline |
| user_begin() | llvm::Value | inline |
| user_begin() const | llvm::Value | inline |
| user_empty() const | llvm::Value | inline |
| user_end() | llvm::Value | inline |
| user_end() const | llvm::Value | inline |
| user_iterator typedef | llvm::Value | |
| users() | llvm::Value | inline |
| users() const | llvm::Value | inline |
| uses() | llvm::Value | inline |
| uses() const | llvm::Value | inline |
| Value(Type *Ty, unsigned scid) | llvm::Value | protected |
| Value(const Value &)=delete | llvm::Value | |
| value_op_begin() | llvm::User | inline |
| value_op_begin() const | llvm::User | inline |
| value_op_end() | llvm::User | inline |
| value_op_end() const | llvm::User | inline |
| ValueTy enum name | llvm::Value | |
| ~Instruction() | llvm::Instruction | protected |
| ~User()=default | llvm::User | protected |
| ~Value() | llvm::Value | protected |