, including all inherited members.
addUse(Use &U) | llvm::Value | [inline] |
allocHungoffUses(unsigned) const | llvm::User | [protected] |
anchor() override | llvm::CmpInst | [protected, virtual] |
ArgumentVal enum value | llvm::Value | |
BAD_FCMP_PREDICATE enum value | llvm::CmpInst | |
BAD_ICMP_PREDICATE enum value | llvm::CmpInst | |
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::CmpInst | [inline, static] |
classof(const Value *V) | llvm::CmpInst | [inline, static] |
clearSubclassOptionalData() | llvm::Value | [inline] |
clone() const | llvm::Instruction | |
clone_impl() const =0 | llvm::Instruction | [protected, pure virtual] |
CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred, Value *LHS, Value *RHS, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CmpInst | [protected] |
CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred, Value *LHS, Value *RHS, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CmpInst | [protected] |
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 | |
Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name="", Instruction *InsertBefore=nullptr) | llvm::CmpInst | [static] |
Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) | llvm::CmpInst | [static] |
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::CmpInst | |
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 | |
FCMP_FALSE enum value | llvm::CmpInst | |
FCMP_OEQ enum value | llvm::CmpInst | |
FCMP_OGE enum value | llvm::CmpInst | |
FCMP_OGT enum value | llvm::CmpInst | |
FCMP_OLE enum value | llvm::CmpInst | |
FCMP_OLT enum value | llvm::CmpInst | |
FCMP_ONE enum value | llvm::CmpInst | |
FCMP_ORD enum value | llvm::CmpInst | |
FCMP_TRUE enum value | llvm::CmpInst | |
FCMP_UEQ enum value | llvm::CmpInst | |
FCMP_UGE enum value | llvm::CmpInst | |
FCMP_UGT enum value | llvm::CmpInst | |
FCMP_ULE enum value | llvm::CmpInst | |
FCMP_ULT enum value | llvm::CmpInst | |
FCMP_UNE enum value | llvm::CmpInst | |
FCMP_UNO enum value | llvm::CmpInst | |
FIRST_FCMP_PREDICATE enum value | llvm::CmpInst | |
FIRST_ICMP_PREDICATE enum value | llvm::CmpInst | |
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 | |
getInversePredicate() const | llvm::CmpInst | [inline] |
getInversePredicate(Predicate pred) | llvm::CmpInst | [static] |
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::CmpInst | [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] |
getPredicate() const | llvm::CmpInst | [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] |
getSwappedPredicate() const | llvm::CmpInst | [inline] |
getSwappedPredicate(Predicate pred) | llvm::CmpInst | [static] |
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] |
ICMP_EQ enum value | llvm::CmpInst | |
ICMP_NE enum value | llvm::CmpInst | |
ICMP_SGE enum value | llvm::CmpInst | |
ICMP_SGT enum value | llvm::CmpInst | |
ICMP_SLE enum value | llvm::CmpInst | |
ICMP_SLT enum value | llvm::CmpInst | |
ICMP_UGE enum value | llvm::CmpInst | |
ICMP_UGT enum value | llvm::CmpInst | |
ICMP_ULE enum value | llvm::CmpInst | |
ICMP_ULT enum value | llvm::CmpInst | |
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::CmpInst | |
llvm::Instruction::isCommutative(unsigned op) | llvm::Instruction | [static] |
isDereferenceablePointer(const DataLayout *DL=nullptr) const | llvm::Value | |
isEquality() const | llvm::CmpInst | |
isFalseWhenEqual() const | llvm::CmpInst | [inline] |
isFalseWhenEqual(unsigned short predicate) | llvm::CmpInst | [static] |
isFPPredicate(Predicate P) | llvm::CmpInst | [inline, static] |
isFPPredicate() const | llvm::CmpInst | [inline] |
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 | |
isIntPredicate(Predicate P) | llvm::CmpInst | [inline, static] |
isIntPredicate() const | llvm::CmpInst | [inline] |
isLogicalShift() const | llvm::Instruction | [inline] |
isNilpotent() const | llvm::Instruction | [inline] |
isNilpotent(unsigned op) | llvm::Instruction | [static] |
isOrdered(unsigned short predicate) | llvm::CmpInst | [static] |
isSameOperationAs(const Instruction *I, unsigned flags=0) const | llvm::Instruction | |
isShift() | llvm::Instruction | [inline] |
isShift(unsigned Opcode) | llvm::Instruction | [inline, static] |
isSigned() const | llvm::CmpInst | [inline] |
isSigned(unsigned short predicate) | llvm::CmpInst | [static] |
isTerminator() const | llvm::Instruction | [inline] |
isTerminator(unsigned OpCode) | llvm::Instruction | [inline, static] |
isTrueWhenEqual() const | llvm::CmpInst | [inline] |
isTrueWhenEqual(unsigned short predicate) | llvm::CmpInst | [static] |
isUnordered(unsigned short predicate) | llvm::CmpInst | [static] |
isUnsigned() const | llvm::CmpInst | [inline] |
isUnsigned(unsigned short predicate) | llvm::CmpInst | [static] |
isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value | |
isUsedOutsideOfBlock(const BasicBlock *BB) const | llvm::Instruction | |
LAST_FCMP_PREDICATE enum value | llvm::CmpInst | |
LAST_ICMP_PREDICATE enum value | llvm::CmpInst | |
makeCmpResultType(Type *opnd_type) | llvm::CmpInst | [inline, static] |
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::CmpInst | [inline] |
OpFrom(const U *that) | llvm::User | [inline, protected, static] |
OtherOps enum name | llvm::Instruction | |
Predicate enum name | llvm::CmpInst | |
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 | |
setHasNoSignedZeros(bool B) | llvm::Instruction | |
setHasUnsafeAlgebra(bool B) | llvm::Instruction | |
setInstructionSubclassData(unsigned short D) | llvm::Instruction | [inline, protected] |
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] |
setPredicate(Predicate P) | llvm::CmpInst | [inline] |
setValueName(ValueName *VN) | llvm::Value | [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] |
swapOperands() | llvm::CmpInst | |
takeName(Value *V) | llvm::Value | |
TermOps enum name | llvm::Instruction | |
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 | |
~User() | llvm::User | [inline] |
~Value() | llvm::Value | [virtual] |