, including all inherited members.
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 | |
BlockAddressVal enum value | llvm::Value | |
CastOps enum name | llvm::Instruction | |
classof(const Instruction *I) | llvm::LoadInst | [inline, static] |
classof(const Value *V) | llvm::LoadInst | [inline, static] |
clearSubclassOptionalData() | llvm::Value | [inline] |
clone() const | llvm::Instruction | |
clone_impl() const override | llvm::LoadInst | [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 | |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::UnaryInstruction | |
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 | |
FunctionVal enum value | llvm::Value | |
getAAMetadata(AAMDNodes &N, bool Merge=false) const | llvm::Instruction | |
getAlignment() const | llvm::LoadInst | [inline] |
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 | |
getMetadata(unsigned KindID) const | llvm::Instruction | [inline] |
getMetadata(StringRef Kind) const | llvm::Instruction | [inline] |
getName() const | llvm::Value | |
getNextNode() | llvm::ilist_node< Instruction > | [inline] |
getNextNode() const | llvm::ilist_node< Instruction > | [inline] |
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] |
getOperandUse(unsigned i) const | llvm::User | [inline] |
getOperandUse(unsigned i) | llvm::User | [inline] |
getOrdering() const | llvm::LoadInst | [inline] |
getParent() const | llvm::Instruction | [inline] |
getParent() | llvm::Instruction | [inline] |
getPointerAddressSpace() const | llvm::LoadInst | [inline] |
getPointerOperand() | llvm::LoadInst | [inline] |
getPointerOperand() const | llvm::LoadInst | [inline] |
getPointerOperandIndex() | llvm::LoadInst | [inline, static] |
getPrevNode() | llvm::ilist_node< Instruction > | [inline] |
getPrevNode() const | llvm::ilist_node< Instruction > | [inline] |
getRawSubclassOptionalData() const | llvm::Value | [inline] |
getSubclassDataFromInstruction() const | llvm::Instruction | [inline, protected] |
getSynchScope() const | llvm::LoadInst | [inline] |
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 | |
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 | |
hasNoSignedZeros() 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] |
hasUnsafeAlgebra() const | llvm::Instruction | |
hasValueHandle() const | llvm::Value | [inline] |
ilist_node() | llvm::ilist_node< Instruction > | [inline, protected] |
InlineAsmVal enum value | llvm::Value | |
insertAfter(Instruction *InsertPos) | llvm::Instruction | |
insertBefore(Instruction *InsertPos) | llvm::Instruction | |
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] |
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 | |
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] |
isNilpotent() const | llvm::Instruction | [inline] |
isNilpotent(unsigned op) | llvm::Instruction | [static] |
isSameOperationAs(const Instruction *I, unsigned flags=0) const | llvm::Instruction | |
isShift() | llvm::Instruction | [inline] |
isShift(unsigned Opcode) | llvm::Instruction | [inline, static] |
isSimple() const | llvm::LoadInst | [inline] |
isTerminator() const | llvm::Instruction | [inline] |
isTerminator(unsigned OpCode) | llvm::Instruction | [inline, static] |
isUnordered() const | llvm::LoadInst | [inline] |
isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value | |
isUsedOutsideOfBlock(const BasicBlock *BB) const | llvm::Instruction | |
isVolatile() const | llvm::LoadInst | [inline] |
LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile=false, Instruction *InsertBefore=nullptr) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, Instruction *InsertBefore=nullptr) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope=CrossThread, Instruction *InsertBefore=nullptr) | llvm::LoadInst | |
LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
LoadInst(Value *Ptr, const char *NameStr, Instruction *InsertBefore) | llvm::LoadInst | |
LoadInst(Value *Ptr, const char *NameStr, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
LoadInst(Value *Ptr, const char *NameStr=nullptr, bool isVolatile=false, Instruction *InsertBefore=nullptr) | llvm::LoadInst | [explicit] |
LoadInst(Value *Ptr, const char *NameStr, bool isVolatile, BasicBlock *InsertAtEnd) | llvm::LoadInst | |
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::UnaryInstruction | [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 | |
setAlignment(unsigned Align) | llvm::LoadInst | |
setAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope=CrossThread) | llvm::LoadInst | [inline] |
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 | |
setHasNoSignedZeros(bool B) | llvm::Instruction | |
setHasUnsafeAlgebra(bool B) | llvm::Instruction | |
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] |
setOrdering(AtomicOrdering Ordering) | llvm::LoadInst | [inline] |
setSynchScope(SynchronizationScope xthread) | llvm::LoadInst | [inline] |
setValueName(ValueName *VN) | llvm::Value | [inline] |
setVolatile(bool V) | llvm::LoadInst | [inline] |
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] |
takeName(Value *V) | llvm::Value | |
TermOps enum name | llvm::Instruction | |
UnaryInstruction(Type *Ty, unsigned iType, Value *V, Instruction *IB=nullptr) | llvm::UnaryInstruction | [inline, protected] |
UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) | llvm::UnaryInstruction | [inline, protected] |
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 | |
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_op_begin() | llvm::User | [inline] |
value_op_end() | llvm::User | [inline] |
ValueTy enum name | llvm::Value | |
~Instruction() | llvm::Instruction | |
~UnaryInstruction() | llvm::UnaryInstruction | |
~User() | llvm::User | [inline] |
~Value() | llvm::Value | [virtual] |