addAnnotationMetadata(StringRef Annotation) | llvm::Instruction | |
addAnnotationMetadata(SmallVector< StringRef > Annotations) | llvm::Instruction | |
addMetadata(unsigned KindID, MDNode &MD) | llvm::Value | protected |
addMetadata(StringRef Kind, MDNode &MD) | llvm::Value | protected |
addUse(Use &U) | llvm::Value | inline |
adoptDbgRecords(BasicBlock *BB, InstListType::iterator It, bool InsertAtHead) | llvm::Instruction | |
AlignmentBitfieldElementT typedef | llvm::Instruction | protected |
allocHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected |
andIRFlags(const Value *V) | llvm::Instruction | |
applyMergedLocation(DILocation *LocA, DILocation *LocB) | llvm::Instruction | |
arg_operands() | llvm::FuncletPadInst | inline |
arg_operands() const | llvm::FuncletPadInst | inline |
arg_size() const | llvm::FuncletPadInst | inline |
assertModuleIsMaterialized() const | llvm::Value | inline |
assertModuleIsMaterializedImpl() const | llvm::Value | |
AtomicOrderingBitfieldElementT typedef | llvm::Instruction | protected |
BinaryOps enum name | llvm::Instruction | |
BoolBitfieldElementT typedef | llvm::Instruction | protected |
canBeFreed() const | llvm::Value | |
CastOps enum name | llvm::Instruction | |
CatchPadInst | llvm::FuncletPadInst | friend |
classof(const Instruction *I) | llvm::FuncletPadInst | inlinestatic |
classof(const Value *V) | llvm::FuncletPadInst | inlinestatic |
CleanupPadInst | llvm::FuncletPadInst | friend |
clearMetadata() | llvm::Value | protected |
clearSubclassOptionalData() | llvm::Value | inline |
clone() const | llvm::Instruction | |
cloneDebugInfoFrom(const Instruction *From, std::optional< simple_ilist< DbgRecord >::iterator > FromHere=std::nullopt, bool InsertAtHead=false) | llvm::Instruction | |
cloneImpl() const | llvm::FuncletPadInst | protected |
comesBefore(const Instruction *Other) const | llvm::Instruction | |
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< T, Options... >::type > | protected |
const_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, 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 | |
DebugMarker | llvm::Instruction | |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::FuncletPadInst | |
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 |
dropDbgRecords() | llvm::Instruction | |
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 | |
dropLocation() | llvm::Instruction | |
dropOneDbgRecord(DbgRecord *I) | llvm::Instruction | |
dropPoisonGeneratingAnnotations() | llvm::Instruction | inline |
dropPoisonGeneratingFlags() | llvm::Instruction | |
dropPoisonGeneratingMetadata() | llvm::Instruction | |
dropPoisonGeneratingReturnAttributes() | llvm::Instruction | |
dropUBImplyingAttrsAndMetadata() | llvm::Instruction | |
dropUBImplyingAttrsAndUnknownMetadata(ArrayRef< unsigned > KnownIDs={}) | llvm::Instruction | |
dropUnknownNonDebugMetadata(ArrayRef< unsigned > KnownIDs=std::nullopt) | llvm::Instruction | |
dump() const | llvm::Value | |
eraseFromParent() | llvm::Instruction | |
eraseMetadata(unsigned KindID) | llvm::Value | protected |
eraseMetadataIf(function_ref< bool(unsigned, MDNode *)> Pred) | llvm::Instruction | |
extractProfTotalWeight(uint64_t &TotalVal) const | llvm::Instruction | |
FuncletPadOps enum name | llvm::Instruction | |
getAAMetadata() const | llvm::Instruction | |
getAccessType() const LLVM_READONLY | llvm::Instruction | |
getAllMetadata(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Instruction | inline |
getAllMetadataOtherThanDebugLoc(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Instruction | inline |
getArgOperand(unsigned i) const | llvm::FuncletPadInst | inline |
getContext() const | llvm::Value | |
getDataLayout() const | llvm::Instruction | |
getDbgRecordRange() const | llvm::Instruction | inline |
getDbgReinsertionPosition() | llvm::Instruction | |
getDebugLoc() const | llvm::Instruction | inline |
getDescriptor() const | llvm::User | |
getDescriptor() | llvm::User | |
getFastMathFlags() const LLVM_READONLY | llvm::Instruction | |
getFunction() const | llvm::Instruction | |
getFunction() | llvm::Instruction | inline |
getInsertionPointAfterDef() | llvm::Instruction | |
getIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | inline |
getIterator() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | inline |
getMetadata(unsigned KindID) const | llvm::Instruction | inline |
getMetadata(StringRef Kind) const | llvm::Instruction | inline |
llvm::User::getMetadata(unsigned KindID, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected |
llvm::User::getMetadata(StringRef Kind, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected |
llvm::User::getMetadataImpl(unsigned KindID) const | llvm::Value | protected |
getModule() const | llvm::Instruction | |
getModule() | llvm::Instruction | inline |
getName() const | llvm::Value | |
getNameOrAsOperand() const | llvm::Value | |
getNextNode() | llvm::ilist_node_with_parent< Instruction, BasicBlock, ilist_iterator_bits< true >, ilist_parent< BasicBlock > > | inline |
getNextNode() const | llvm::ilist_node_with_parent< Instruction, BasicBlock, ilist_iterator_bits< true >, ilist_parent< BasicBlock > > | inline |
getNextNonDebugInstruction(bool SkipPseudoOp=false) const | llvm::Instruction | |
getNextNonDebugInstruction(bool SkipPseudoOp=false) | llvm::Instruction | inline |
getNumOperands() const | llvm::User | inline |
getNumSuccessors() const LLVM_READONLY | llvm::Instruction | |
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 |
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::ilist_detail::node_parent_access< NodeTy, ParentTy > | inline |
getParent() | llvm::ilist_detail::node_parent_access< NodeTy, ParentTy > | inline |
getParentPad() const | llvm::FuncletPadInst | inline |
getPointerAlignment(const DataLayout &DL) const | llvm::Value | |
getPointerDereferenceableBytes(const DataLayout &DL, bool &CanBeNull, bool &CanBeFreed) const | llvm::Value | |
getPointerOffsetFrom(const Value *Other, const DataLayout &DL) const | llvm::Value | |
getPrevNode() | llvm::ilist_node_with_parent< Instruction, BasicBlock, ilist_iterator_bits< true >, ilist_parent< BasicBlock > > | inline |
getPrevNode() const | llvm::ilist_node_with_parent< Instruction, BasicBlock, ilist_iterator_bits< true >, ilist_parent< BasicBlock > > | inline |
getPrevNonDebugInstruction(bool SkipPseudoOp=false) const | llvm::Instruction | |
getPrevNonDebugInstruction(bool SkipPseudoOp=false) | llvm::Instruction | inline |
getRawSubclassOptionalData() const | llvm::Value | inline |
getReverseIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | inline |
getReverseIterator() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | inline |
getSingleUndroppableUse() | llvm::Value | |
getSingleUndroppableUse() const | llvm::Value | inline |
getStableDebugLoc() const | llvm::Instruction | |
getSubclassData() const | llvm::Instruction | inlineprotected |
getSuccessor(unsigned Idx) const LLVM_READONLY | llvm::Instruction | |
getType() const | llvm::Value | inline |
getUniqueUndroppableUser() | llvm::Value | |
getUniqueUndroppableUser() const | llvm::Value | inline |
getValueID() const | llvm::Value | inline |
getValueName() const | llvm::Value | |
growHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected |
handleMarkerRemoval() | llvm::Instruction | |
hasAllowContract() const LLVM_READONLY | llvm::Instruction | |
hasAllowReassoc() const LLVM_READONLY | llvm::Instruction | |
hasAllowReciprocal() const LLVM_READONLY | llvm::Instruction | |
hasApproxFunc() const LLVM_READONLY | llvm::Instruction | |
hasAtomicLoad() const LLVM_READONLY | llvm::Instruction | |
hasAtomicStore() const LLVM_READONLY | llvm::Instruction | |
hasDbgRecords() const | llvm::Instruction | |
HasDescriptor | llvm::Value | protected |
HasHungOffUses | llvm::Value | protected |
hasMetadata() const | llvm::Instruction | inline |
hasMetadata(unsigned KindID) const | llvm::Instruction | inline |
hasMetadata(StringRef Kind) const | llvm::Instruction | inline |
HasMetadata | llvm::Value | protected |
hasMetadataOtherThanDebugLoc() const | llvm::Instruction | inline |
HasName | llvm::Value | protected |
hasName() const | llvm::Value | inline |
hasNoInfs() const LLVM_READONLY | llvm::Instruction | |
hasNoNaNs() const LLVM_READONLY | llvm::Instruction | |
hasNonNeg() const LLVM_READONLY | llvm::Instruction | |
hasNoSignedWrap() const LLVM_READONLY | llvm::Instruction | |
hasNoSignedZeros() const LLVM_READONLY | llvm::Instruction | |
hasNoUnsignedWrap() const LLVM_READONLY | llvm::Instruction | |
hasNUndroppableUses(unsigned N) const | llvm::Value | |
hasNUndroppableUsesOrMore(unsigned N) const | llvm::Value | |
hasNUses(unsigned N) const | llvm::Value | |
hasNUsesOrMore(unsigned N) const | llvm::Value | |
hasOneUse() const | llvm::Value | inline |
hasOneUser() const | llvm::Value | |
hasPoisonGeneratingAnnotations() const | llvm::Instruction | inline |
hasPoisonGeneratingFlags() const LLVM_READONLY | llvm::Instruction | |
hasPoisonGeneratingMetadata() const LLVM_READONLY | llvm::Instruction | |
hasPoisonGeneratingReturnAttributes() const LLVM_READONLY | llvm::Instruction | |
hasSameSpecialState(const Instruction *I2, bool IgnoreAlignment=false) const LLVM_READONLY | llvm::Instruction | |
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< T, Options... >::type > | protected |
ilist_node_with_parent()=default | llvm::ilist_node_with_parent< Instruction, BasicBlock, ilist_iterator_bits< true >, ilist_parent< BasicBlock > > | protected |
insertAfter(Instruction *InsertPos) | llvm::Instruction | |
insertBefore(Instruction *InsertPos) | llvm::Instruction | |
insertBefore(InstListType::iterator InsertPos) | llvm::Instruction | |
insertBefore(BasicBlock &BB, InstListType::iterator InsertPos) | llvm::Instruction | |
insertInto(BasicBlock *ParentBB, InstListType::iterator It) | llvm::Instruction | |
InstListType typedef | llvm::Instruction | |
Instruction | llvm::FuncletPadInst | friend |
llvm::Instruction::Instruction(const Instruction &)=delete | llvm::Instruction | |
llvm::Instruction::Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps, InsertPosition InsertBefore=nullptr) | llvm::Instruction | protected |
isArithmeticShift() const | llvm::Instruction | inline |
isAssociative() const LLVM_READONLY | llvm::Instruction | |
isAssociative(unsigned Opcode) | llvm::Instruction | inlinestatic |
isAtomic() const LLVM_READONLY | llvm::Instruction | |
isBinaryOp() const | llvm::Instruction | inline |
isBinaryOp(unsigned Opcode) | llvm::Instruction | inlinestatic |
isBitwiseLogicOp(unsigned Opcode) | llvm::Instruction | inlinestatic |
isBitwiseLogicOp() const | llvm::Instruction | inline |
isCast() const | llvm::Instruction | inline |
isCast(unsigned Opcode) | llvm::Instruction | inlinestatic |
isCommutative() const LLVM_READONLY | llvm::Instruction | |
isCommutative(unsigned Opcode) | llvm::Instruction | inlinestatic |
isDebugOrPseudoInst() const LLVM_READONLY | llvm::Instruction | |
isDroppable() const | llvm::User | |
isEHPad() const | llvm::Instruction | inline |
isExact() const LLVM_READONLY | llvm::Instruction | |
isFast() const LLVM_READONLY | 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_READONLY | llvm::Instruction | |
isIdenticalToWhenDefined(const Instruction *I) const LLVM_READONLY | llvm::Instruction | |
isIntDivRem() const | llvm::Instruction | inline |
isIntDivRem(unsigned Opcode) | llvm::Instruction | inlinestatic |
isLaunderOrStripInvariantGroup() const LLVM_READONLY | llvm::Instruction | |
isLifetimeStartOrEnd() const LLVM_READONLY | llvm::Instruction | |
isLogicalShift() const | llvm::Instruction | inline |
isNilpotent() const | llvm::Instruction | inline |
isNilpotent(unsigned Opcode) | llvm::Instruction | inlinestatic |
isOnlyUserOfAnyOperand() | llvm::Instruction | |
isSafeToRemove() const LLVM_READONLY | llvm::Instruction | |
isSameOperationAs(const Instruction *I, unsigned flags=0) const LLVM_READONLY | llvm::Instruction | |
isSentinel() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | inline |
isShift() const | llvm::Instruction | inline |
isShift(unsigned Opcode) | llvm::Instruction | inlinestatic |
isSpecialTerminator() const | llvm::Instruction | inline |
isSpecialTerminator(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_READONLY | llvm::Instruction | |
isVolatile() const LLVM_READONLY | 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_READONLY | llvm::Instruction | |
mayReadFromMemory() const LLVM_READONLY | llvm::Instruction | |
mayReadOrWriteMemory() const | llvm::Instruction | inline |
mayThrow(bool IncludePhaseOneUnwind=false) const LLVM_READONLY | llvm::Instruction | |
mayWriteToMemory() const LLVM_READONLY | llvm::Instruction | |
MemoryOps enum name | llvm::Instruction | |
mergeDIAssignID(ArrayRef< const Instruction * > SourceInstructions) | llvm::Instruction | |
moveAfter(Instruction *MovePos) | llvm::Instruction | |
moveAfterPreserving(Instruction *MovePos) | llvm::Instruction | |
moveBefore(Instruction *MovePos) | llvm::Instruction | |
moveBefore(BasicBlock &BB, InstListType::iterator I) | llvm::Instruction | |
moveBeforePreserving(Instruction *MovePos) | llvm::Instruction | |
moveBeforePreserving(BasicBlock &BB, InstListType::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 | |
OpaqueField typedef | llvm::Instruction | protected |
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, unsigned) | llvm::User | inline |
operator new(size_t Size) | llvm::User | protected |
operator new(size_t Size, unsigned Us) | llvm::User | protected |
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 | |
replaceSuccessorWith(BasicBlock *OldBB, BasicBlock *NewBB) | llvm::Instruction | |
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 | |
reverse_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | protected |
reverseUseList() | llvm::Value | |
self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type > | protected |
setAAMetadata(const AAMDNodes &N) | llvm::Instruction | |
setArgOperand(unsigned i, Value *v) | llvm::FuncletPadInst | inline |
setDebugLoc(DebugLoc Loc) | llvm::Instruction | inline |
setFast(bool B) | llvm::Instruction | |
setFastMathFlags(FastMathFlags FMF) | llvm::Instruction | |
setGlobalVariableNumOperands(unsigned NumOps) | llvm::User | inline |
setHasAllowContract(bool B) | llvm::Instruction | |
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 | |
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 | |
setNonNeg(bool b=true) | llvm::Instruction | |
setNoSanitizeMetadata() | llvm::Instruction | |
setNumHungOffUseOperands(unsigned NumOps) | llvm::User | inline |
setOperand(unsigned i, Value *Val) | llvm::User | inline |
setParent(ParentTy *Parent) | llvm::ilist_detail::node_parent_access< NodeTy, ParentTy > | inline |
setParentPad(Value *ParentPad) | llvm::FuncletPadInst | inline |
setSubclassData(typename BitfieldElement::Type Value) | llvm::Instruction | inlineprotected |
setSuccessor(unsigned Idx, BasicBlock *BB) | llvm::Instruction | |
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) const | llvm::Value | |
stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=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::Value | |
stripPointerCasts() | llvm::Value | 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 |
swapProfMetadata() | llvm::Instruction | |
takeName(Value *V) | llvm::Value | |
TermOps enum name | llvm::Instruction | |
UnaryOps enum name | llvm::Instruction | |
updateLocationAfterHoist() | 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 | |
willReturn() const LLVM_READONLY | llvm::Instruction | |
~Instruction() | llvm::Instruction | protected |
~User()=default | llvm::User | protected |
~Value() | llvm::Value | protected |