| addMetadata(unsigned KindID, MDNode &MD) | llvm::Value | protected | 
  | addMetadata(StringRef Kind, MDNode &MD) | llvm::Value | protected | 
  | addUse(Use &U) | llvm::Value | inline | 
  | allocHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected | 
  | assertModuleIsMaterialized() const | llvm::Value | inline | 
  | assertModuleIsMaterializedImpl() const | llvm::Value |  | 
  | canBeFreed() const | llvm::Value |  | 
  | classof(const ConstantExpr *CE) | llvm::InsertElementConstantExpr | inlinestatic | 
  | classof(const Value *V) | llvm::InsertElementConstantExpr | inlinestatic | 
  | clearMetadata() | llvm::Value | protected | 
  | clearSubclassOptionalData() | llvm::Value | inline | 
  | const_op_iterator typedef | llvm::User |  | 
  | const_op_range typedef | llvm::User |  | 
  | const_use_iterator typedef | llvm::Value |  | 
  | const_user_iterator typedef | llvm::Value |  | 
  | llvm::Constant::Constant(Type *ty, ValueTy vty, AllocInfo AllocInfo) | llvm::Constant | inlineprotected | 
  | llvm::Constant::Constant(const Constant &)=delete | llvm::Constant |  | 
  | ConstantExpr(Type *ty, unsigned Opcode, AllocInfo AllocInfo) | llvm::ConstantExpr | inlineprotected | 
  | containsConstantExpression() const | llvm::Constant |  | 
  | containsPoisonElement() const | llvm::Constant |  | 
  | containsUndefElement() const | llvm::Constant |  | 
  | containsUndefOrPoisonElement() const | llvm::Constant |  | 
  | DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::InsertElementConstantExpr |  | 
  | llvm::ConstantExpr::DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant) | llvm::ConstantExpr |  | 
  | deleteValue() | llvm::Value |  | 
  | destroyConstant() | llvm::Constant |  | 
  | DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) const | llvm::Value |  | 
  | DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) | llvm::Value | inline | 
  | dropAllReferences() | llvm::User | inline | 
  | dropDroppableUse(Use &U) | llvm::Value | static | 
  | dropDroppableUses(llvm::function_ref< bool(const Use *)> ShouldDrop=[](const Use *) { return true;}) | llvm::Value |  | 
  | dropDroppableUsesIn(User &Usr) | llvm::Value |  | 
  | dump() const | llvm::Value |  | 
  | eraseMetadata(unsigned KindID) | llvm::Value | protected | 
  | eraseMetadataIf(function_ref< bool(unsigned, MDNode *)> Pred) | llvm::Value | protected | 
  | get(unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags=0, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | static | 
  | getAdd(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false) | llvm::ConstantExpr | static | 
  | getAddrSpaceCast(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getAggregateElement(unsigned Elt) const | llvm::Constant |  | 
  | getAggregateElement(Constant *Elt) const | llvm::Constant |  | 
  | getAlignOf(Type *Ty) | llvm::ConstantExpr | static | 
  | getAllMetadata(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Value | protected | 
  | getAllOnesValue(Type *Ty) | llvm::Constant | static | 
  | getAsInstruction() const | llvm::ConstantExpr |  | 
  | getBinOpAbsorber(unsigned Opcode, Type *Ty, bool AllowLHSConstant=false) | llvm::ConstantExpr | static | 
  | getBinOpIdentity(unsigned Opcode, Type *Ty, bool AllowRHSConstant=false, bool NSZ=false) | llvm::ConstantExpr | static | 
  | getBitCast(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getCast(unsigned ops, Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getContext() const | llvm::Value |  | 
  | getDescriptor() const | llvm::User |  | 
  | getDescriptor() | llvm::User |  | 
  | getExactLogBase2(Constant *C) | llvm::ConstantExpr | static | 
  | getExtractElement(Constant *Vec, Constant *Idx, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | static | 
  | getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant * > IdxList, GEPNoWrapFlags NW=GEPNoWrapFlags::none(), std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | inlinestatic | 
  | getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, GEPNoWrapFlags NW=GEPNoWrapFlags::none(), std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | inlinestatic | 
  | getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Value * > IdxList, GEPNoWrapFlags NW=GEPNoWrapFlags::none(), std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | static | 
  | getIdentity(Instruction *I, Type *Ty, bool AllowRHSConstant=false, bool NSZ=false) | llvm::ConstantExpr | static | 
  | getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant * > IdxList) | llvm::ConstantExpr | inlinestatic | 
  | getInBoundsGetElementPtr(Type *Ty, Constant *C, Constant *Idx) | llvm::ConstantExpr | inlinestatic | 
  | getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef< Value * > IdxList) | llvm::ConstantExpr | inlinestatic | 
  | getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | static | 
  | getIntegerValue(Type *Ty, const APInt &V) | llvm::Constant | static | 
  | getIntrinsicIdentity(Intrinsic::ID, Type *Ty) | llvm::ConstantExpr | static | 
  | getIntToPtr(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getMetadata(unsigned KindID) const | llvm::Value | inlineprotected | 
  | getMetadata(StringRef Kind) const | llvm::Value | protected | 
  | getMetadata(unsigned KindID, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected | 
  | getMetadata(StringRef Kind, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected | 
  | getMetadataImpl(unsigned KindID) const | llvm::Value | protected | 
  | getName() const | llvm::Value |  | 
  | getNameOrAsOperand() const | llvm::Value |  | 
  | getNeg(Constant *C, bool HasNSW=false) | llvm::ConstantExpr | static | 
  | getNot(Constant *C) | llvm::ConstantExpr | static | 
  | getNSWAdd(Constant *C1, Constant *C2) | llvm::ConstantExpr | inlinestatic | 
  | getNSWNeg(Constant *C) | llvm::ConstantExpr | inlinestatic | 
  | getNSWSub(Constant *C1, Constant *C2) | llvm::ConstantExpr | inlinestatic | 
  | getNullValue(Type *Ty) | llvm::Constant | static | 
  | getNumOperands() const | llvm::User | inline | 
  | getNumUses() const | llvm::Value |  | 
  | getNUWAdd(Constant *C1, Constant *C2) | llvm::ConstantExpr | inlinestatic | 
  | getNUWSub(Constant *C1, Constant *C2) | llvm::ConstantExpr | inlinestatic | 
  | getOpcode() const | llvm::ConstantExpr | inline | 
  | getOpcodeName() const | llvm::ConstantExpr |  | 
  | 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 | 
  | getPointerAlignment(const DataLayout &DL) const | llvm::Value |  | 
  | getPointerBitCastOrAddrSpaceCast(Constant *C, Type *Ty) | llvm::ConstantExpr | static | 
  | getPointerCast(Constant *C, Type *Ty) | llvm::ConstantExpr | static | 
  | getPointerDereferenceableBytes(const DataLayout &DL, bool &CanBeNull, bool &CanBeFreed) const | llvm::Value |  | 
  | getPointerOffsetFrom(const Value *Other, const DataLayout &DL) const | llvm::Value |  | 
  | getPtrToAddr(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getPtrToInt(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getRawSubclassOptionalData() const | llvm::Value | inline | 
  | getShuffleMask() const | llvm::ConstantExpr |  | 
  | getShuffleMaskForBitcode() const | llvm::ConstantExpr |  | 
  | getShuffleVector(Constant *V1, Constant *V2, ArrayRef< int > Mask, Type *OnlyIfReducedTy=nullptr) | llvm::ConstantExpr | static | 
  | getSingleUndroppableUse() | llvm::Value |  | 
  | getSingleUndroppableUse() const | llvm::Value | inline | 
  | getSizeOf(Type *Ty) | llvm::ConstantExpr | static | 
  | getSplatValue(bool AllowPoison=false) const | llvm::Constant |  | 
  | getSub(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false) | llvm::ConstantExpr | static | 
  | getSubclassDataFromValue() const | llvm::Value | inlineprotected | 
  | getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced=false) | llvm::ConstantExpr | static | 
  | getTruncOrBitCast(Constant *C, Type *Ty) | llvm::ConstantExpr | static | 
  | getType() const | llvm::Value | inline | 
  | getUniqueInteger() const | llvm::Constant |  | 
  | getUniqueUndroppableUser() | llvm::Value |  | 
  | getUniqueUndroppableUser() const | llvm::Value | inline | 
  | getValueID() const | llvm::Value | inline | 
  | getValueName() const | llvm::Value |  | 
  | getWithOperands(ArrayRef< Constant * > Ops) const | llvm::ConstantExpr | inline | 
  | getWithOperands(ArrayRef< Constant * > Ops, Type *Ty, bool OnlyIfReduced=false, Type *SrcTy=nullptr) const | llvm::ConstantExpr |  | 
  | getXor(Constant *C1, Constant *C2) | llvm::ConstantExpr | static | 
  | growHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected | 
  | handleOperandChange(Value *, Value *) | llvm::Constant |  | 
  | HasDescriptor | llvm::Value | protected | 
  | hasExactInverseFP() const | llvm::Constant |  | 
  | HasHungOffUses | llvm::Value | protected | 
  | HasMetadata | llvm::Value | protected | 
  | hasMetadata() const | llvm::Value | inlineprotected | 
  | hasMetadata(unsigned KindID) const | llvm::Value | inlineprotected | 
  | hasMetadata(StringRef Kind) const | llvm::Value | inlineprotected | 
  | HasName | llvm::Value | protected | 
  | hasName() const | llvm::Value | inline | 
  | hasNUndroppableUses(unsigned N) const | llvm::Value |  | 
  | hasNUndroppableUsesOrMore(unsigned N) const | llvm::Value |  | 
  | hasNUses(unsigned N) const | llvm::Value |  | 
  | hasNUsesOrMore(unsigned N) const | llvm::Value |  | 
  | hasOneLiveUse() const | llvm::Constant |  | 
  | hasOneUse() const | llvm::Value | inline | 
  | hasOneUser() const | llvm::Value |  | 
  | hasSameSubclassOptionalData(const Value *V) const | llvm::Value | inline | 
  | hasUseList() const | llvm::Value | inline | 
  | hasValueHandle() const | llvm::Value | inline | 
  | hasZeroLiveUses() const | llvm::Constant |  | 
  | InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) | llvm::InsertElementConstantExpr | inline | 
  | isAllOnesValue() const | llvm::Constant |  | 
  | isCast() const | llvm::ConstantExpr |  | 
  | isConstantUsed() const | llvm::Constant |  | 
  | isDesirableBinOp(unsigned Opcode) | llvm::ConstantExpr | static | 
  | isDesirableCastOp(unsigned Opcode) | llvm::ConstantExpr | static | 
  | isDLLImportDependent() const | llvm::Constant |  | 
  | isDroppable() const | llvm::User |  | 
  | isElementWiseEqual(Value *Y) const | llvm::Constant |  | 
  | isFiniteNonZeroFP() const | llvm::Constant |  | 
  | isManifestConstant() const | llvm::Constant |  | 
  | isMinSignedValue() const | llvm::Constant |  | 
  | isNaN() const | llvm::Constant |  | 
  | isNegativeZeroValue() const | llvm::Constant |  | 
  | isNormalFP() const | llvm::Constant |  | 
  | isNotMinSignedValue() const | llvm::Constant |  | 
  | isNotOneValue() const | llvm::Constant |  | 
  | isNullValue() const | llvm::Constant |  | 
  | isOneValue() const | llvm::Constant |  | 
  | isSupportedBinOp(unsigned Opcode) | llvm::ConstantExpr | static | 
  | isSupportedCastOp(unsigned Opcode) | llvm::ConstantExpr | static | 
  | isSupportedGetElementPtr(const Type *SrcElemTy) | llvm::ConstantExpr | inlinestatic | 
  | isSwiftError() const | llvm::Value |  | 
  | isThreadDependent() const | llvm::Constant |  | 
  | IsUsedByMD | llvm::Value | protected | 
  | isUsedByMetadata() const | llvm::Value | inline | 
  | isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value |  | 
  | isZeroValue() const | llvm::Constant |  | 
  | 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 | 
  | mergeUndefsWith(Constant *C, Constant *Other) | llvm::Constant | static | 
  | mutateType(Type *Ty) | llvm::Value | inline | 
  | needsDynamicRelocation() const | llvm::Constant |  | 
  | needsRelocation() const | llvm::Constant |  | 
  | 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 | 
  | operator delete(void *Ptr) | llvm::InsertElementConstantExpr | inline | 
  | llvm::ConstantExpr::operator delete(void *Usr, HungOffOperandsAllocMarker) | llvm::User | inline | 
  | llvm::ConstantExpr::operator delete(void *Usr, IntrusiveOperandsAllocMarker) | llvm::User | inline | 
  | llvm::ConstantExpr::operator delete(void *Usr, IntrusiveOperandsAndDescriptorAllocMarker) | llvm::User | inline | 
  | operator new(size_t S) | llvm::InsertElementConstantExpr | inline | 
  | llvm::ConstantExpr::operator new(size_t Size, HungOffOperandsAllocMarker) | llvm::User | protected | 
  | llvm::ConstantExpr::operator new(size_t Size, IntrusiveOperandsAllocMarker allocTrait) | llvm::User | protected | 
  | llvm::ConstantExpr::operator new(size_t Size, IntrusiveOperandsAndDescriptorAllocMarker allocTrait) | llvm::User | protected | 
  | operator=(const Constant &)=delete | llvm::Constant |  | 
  | llvm::User::operator=(const Value &)=delete | llvm::Value |  | 
  | OpFrom(const U *that) | llvm::User | inlineprotectedstatic | 
  | 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 |  | 
  | removeDeadConstantUsers() const | llvm::Constant |  | 
  | replaceAllUsesWith(Value *V) | llvm::Value |  | 
  | replaceNonMetadataUsesWith(Value *V) | llvm::Value |  | 
  | replaceUndefsWith(Constant *C, Constant *Replacement) | llvm::Constant | static | 
  | replaceUsesOfWith(Value *From, Value *To) | llvm::User |  | 
  | replaceUsesOutsideBlock(Value *V, BasicBlock *BB) | llvm::Value |  | 
  | replaceUsesWithIf(Value *New, llvm::function_ref< bool(Use &U)> ShouldReplace) | llvm::Value |  | 
  | reverseUseList() | llvm::Value |  | 
  | setMetadata(unsigned KindID, MDNode *Node) | llvm::Value | protected | 
  | setMetadata(StringRef Kind, MDNode *Node) | llvm::Value | protected | 
  | setName(const Twine &Name) | llvm::Value |  | 
  | setNumHungOffUseOperands(unsigned NumOps) | llvm::User | inline | 
  | setOperand(unsigned i, Value *Val) | llvm::User | inline | 
  | setValueName(ValueName *VN) | llvm::Value |  | 
  | sortUseList(Compare Cmp) | llvm::Value |  | 
  | stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=false, function_ref< bool(Value &Value, APInt &Offset)> ExternalAnalysis=nullptr, bool LookThroughIntToPtr=false) const | llvm::Value |  | 
  | stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=false, function_ref< bool(Value &Value, APInt &Offset)> ExternalAnalysis=nullptr, bool LookThroughIntToPtr=false) | llvm::Value | inline | 
  | stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const | llvm::Value | inline | 
  | stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) | llvm::Value | inline | 
  | stripInBoundsConstantOffsets() const | llvm::Value |  | 
  | stripInBoundsConstantOffsets() | llvm::Value | inline | 
  | stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {}) const | llvm::Value |  | 
  | stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {}) | llvm::Value | inline | 
  | stripPointerCasts() const | llvm::Constant | inline | 
  | stripPointerCasts() | llvm::Constant | inline | 
  | stripPointerCastsAndAliases() const | llvm::Value |  | 
  | stripPointerCastsAndAliases() | llvm::Value | inline | 
  | stripPointerCastsForAliasAnalysis() const | llvm::Value |  | 
  | stripPointerCastsForAliasAnalysis() | llvm::Value | inline | 
  | stripPointerCastsSameRepresentation() const | llvm::Value |  | 
  | stripPointerCastsSameRepresentation() | llvm::Value | inline | 
  | SubclassOptionalData | llvm::Value | protected | 
  | takeName(Value *V) | llvm::Value |  | 
  | toConstantRange() const | llvm::Constant |  | 
  | 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, AllocInfo AllocInfo) | llvm::User | inlineprotected | 
  | User(const User &)=delete | llvm::User |  | 
  | user_back() | llvm::Value | inline | 
  | user_back() const | llvm::Value | 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 |  | 
  | ~Constant()=default | llvm::Constant | protected | 
  | ~ConstantExpr()=default | llvm::ConstantExpr | protected | 
  | ~User()=default | llvm::User | protected | 
  | ~Value() | llvm::Value | protected |