LLVM API Documentation

llvm::BinaryOperator Member List
This is the complete list of members for llvm::BinaryOperator, including all inherited members.
AddrSpaceCastllvm::BinaryOperator
addUse(Use &U)llvm::Value [inline]
Allocallvm::BinaryOperator
allocHungoffUses(unsigned) const llvm::User [protected]
andIRFlags(const Value *V)llvm::BinaryOperator
ArgumentVal enum valuellvm::Value
BasicBlockVal enum valuellvm::Value
BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore)llvm::BinaryOperator [protected]
BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [protected]
BinaryOps enum namellvm::Instruction
BlockAddressVal enum valuellvm::Value
Callllvm::BinaryOperator
CastOps enum namellvm::Instruction
classof(const Instruction *I)llvm::BinaryOperator [inline, static]
classof(const Value *V)llvm::BinaryOperator [inline, static]
clearSubclassOptionalData()llvm::Value [inline]
clone() const llvm::Instruction
clone_impl() const overridellvm::BinaryOperator [protected, virtual]
CompareIgnoringAlignment enum valuellvm::Instruction
CompareUsingScalarTypes enum valuellvm::Instruction
const_op_iterator typedefllvm::User
const_op_range typedefllvm::User
const_use_iterator typedefllvm::Value
const_user_iterator typedefllvm::Value
ConstantAggregateZeroVal enum valuellvm::Value
ConstantArrayVal enum valuellvm::Value
ConstantDataArrayVal enum valuellvm::Value
ConstantDataVectorVal enum valuellvm::Value
ConstantExprVal enum valuellvm::Value
ConstantFirstVal enum valuellvm::Value
ConstantFPVal enum valuellvm::Value
ConstantIntVal enum valuellvm::Value
ConstantLastVal enum valuellvm::Value
ConstantPointerNullVal enum valuellvm::Value
ConstantStructVal enum valuellvm::Value
ConstantVectorVal enum valuellvm::Value
copyFastMathFlags(FastMathFlags FMF)llvm::Instruction
copyFastMathFlags(const Instruction *I)llvm::Instruction
copyIRFlags(const Value *V)llvm::BinaryOperator
Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name=Twine(), Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="")llvm::BinaryOperator [inline, static]
CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB)llvm::BinaryOperator [inline, static]
CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I)llvm::BinaryOperator [inline, static]
CreateFNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
CreateFNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
CreateNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
CreateNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
CreateNot(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
CreateNot(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="")llvm::BinaryOperator [inline, static]
CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB)llvm::BinaryOperator [inline, static]
CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I)llvm::BinaryOperator [inline, static]
CreateNSWNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
CreateNSWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name="")llvm::BinaryOperator [inline, static]
CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB)llvm::BinaryOperator [inline, static]
CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I)llvm::BinaryOperator [inline, static]
CreateNUWNeg(Value *Op, const Twine &Name="", Instruction *InsertBefore=nullptr)llvm::BinaryOperator [static]
CreateNUWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd)llvm::BinaryOperator [static]
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value)llvm::BinaryOperator
DEFINE_HELPERS(Add, NSW) DEFINE_HELPERS(Addllvm::BinaryOperator
DEFINE_HELPERS(Sub, NSW) DEFINE_HELPERS(Subllvm::BinaryOperator
DEFINE_HELPERS(Mul, NSW) DEFINE_HELPERS(Mulllvm::BinaryOperator
DEFINE_HELPERS(Shl, NSW) DEFINE_HELPERS(Shlllvm::BinaryOperator
DEFINE_HELPERS(SDiv, Exact) DEFINE_HELPERS(UDivllvm::BinaryOperator
DEFINE_HELPERS(AShr, Exact) DEFINE_HELPERS(LShrllvm::BinaryOperator
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
ExtractValuellvm::BinaryOperator
FCmpllvm::BinaryOperator
FPExtllvm::BinaryOperator
FPToSIllvm::BinaryOperator
FunctionVal enum valuellvm::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
getFNegArgument(const Value *BinOp)llvm::BinaryOperator [static]
getFNegArgument(Value *BinOp)llvm::BinaryOperator [static]
getMetadata(unsigned KindID) const llvm::Instruction [inline]
getMetadata(StringRef Kind) const llvm::Instruction [inline]
getName() const llvm::Value
getNegArgument(const Value *BinOp)llvm::BinaryOperator [static]
getNegArgument(Value *BinOp)llvm::BinaryOperator [static]
getNextNode()llvm::ilist_node< Instruction > [inline]
getNextNode() constllvm::ilist_node< Instruction > [inline]
getNotArgument(const Value *BinOp)llvm::BinaryOperator [static]
getNotArgument(Value *BinOp)llvm::BinaryOperator [static]
getNumOperands() const llvm::User [inline]
getNumUses() const llvm::Value
getOpcode() const llvm::BinaryOperator [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]
getPrevNode()llvm::ilist_node< Instruction > [inline]
getPrevNode() constllvm::ilist_node< Instruction > [inline]
getRawSubclassOptionalData() const llvm::Value [inline]
getSubclassDataFromInstruction() const llvm::Instruction [inline, protected]
getType() const llvm::Value [inline]
getValueID() const llvm::Value [inline]
getValueName() const llvm::Value [inline]
GlobalAliasVal enum valuellvm::Value
GlobalVariableVal enum valuellvm::Value
HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21llvm::BinaryOperator
HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26llvm::BinaryOperator
HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21llvm::BinaryOperator
HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26llvm::BinaryOperator
HANDLE_BINARY_INST(20, Shl, BinaryOperator) HANDLE_BINARY_INST(21llvm::BinaryOperator
HANDLE_BINARY_INST(22, AShr, BinaryOperator) HANDLE_MEMORY_INST(26llvm::BinaryOperator
HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35llvm::BinaryOperator
HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37llvm::BinaryOperator
HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39llvm::BinaryOperator
HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41llvm::BinaryOperator
HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43llvm::BinaryOperator
HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45llvm::BinaryOperator
HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35llvm::BinaryOperator
HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37llvm::BinaryOperator
HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39llvm::BinaryOperator
HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41llvm::BinaryOperator
HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43llvm::BinaryOperator
HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45llvm::BinaryOperator
HANDLE_CAST_INST(34, ZExt, ZExtInst) HANDLE_CAST_INST(35llvm::BinaryOperator
HANDLE_CAST_INST(36, FPToUI, FPToUIInst) HANDLE_CAST_INST(37llvm::BinaryOperator
HANDLE_CAST_INST(38, UIToFP, UIToFPInst) HANDLE_CAST_INST(39llvm::BinaryOperator
HANDLE_CAST_INST(40, FPTrunc, FPTruncInst) HANDLE_CAST_INST(41llvm::BinaryOperator
HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) HANDLE_CAST_INST(43llvm::BinaryOperator
HANDLE_CAST_INST(44, BitCast, BitCastInst) HANDLE_CAST_INST(45llvm::BinaryOperator
HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33llvm::BinaryOperator
HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33llvm::BinaryOperator
HANDLE_MEMORY_INST(27, Load, LoadInst) HANDLE_CAST_INST(33llvm::BinaryOperator
HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47llvm::BinaryOperator
HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49llvm::BinaryOperator
HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51llvm::BinaryOperator
HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53llvm::BinaryOperator
HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55llvm::BinaryOperator
HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57llvm::BinaryOperator
HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59llvm::BinaryOperator
HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47llvm::BinaryOperator
HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49llvm::BinaryOperator
HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51llvm::BinaryOperator
HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53llvm::BinaryOperator
HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55llvm::BinaryOperator
HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57llvm::BinaryOperator
HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59llvm::BinaryOperator
HANDLE_OTHER_INST(46, ICmp, ICmpInst) HANDLE_OTHER_INST(47llvm::BinaryOperator
HANDLE_OTHER_INST(48, PHI, PHINode) HANDLE_OTHER_INST(49llvm::BinaryOperator
HANDLE_OTHER_INST(50, Select, SelectInst) HANDLE_OTHER_INST(51llvm::BinaryOperator
HANDLE_OTHER_INST(52, UserOp2, Instruction) HANDLE_OTHER_INST(53llvm::BinaryOperator
HANDLE_OTHER_INST(54, ExtractElement, ExtractElementInst) HANDLE_OTHER_INST(55llvm::BinaryOperator
HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) HANDLE_OTHER_INST(57llvm::BinaryOperator
HANDLE_OTHER_INST(58, InsertValue, InsertValueInst) HANDLE_OTHER_INST(59llvm::BinaryOperator
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
hasNoSignedWrap() const llvm::BinaryOperator
hasNoSignedZeros() const llvm::Instruction
hasNoUnsignedWrap() const llvm::BinaryOperator
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]
init(BinaryOps iType)llvm::BinaryOperator [protected]
InlineAsmVal enum valuellvm::Value
insertAfter(Instruction *InsertPos)llvm::Instruction
insertBefore(Instruction *InsertPos)llvm::Instruction
InsertElementllvm::BinaryOperator
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 valuellvm::Value
intersectOptionalDataWith(const Value *V)llvm::Value [inline]
IntToPtrllvm::BinaryOperator
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
isExact() const llvm::BinaryOperator
isFNeg(const Value *V, bool IgnoreZeroSign=false)llvm::BinaryOperator [static]
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]
isNeg(const Value *V)llvm::BinaryOperator [static]
isNilpotent() const llvm::Instruction [inline]
isNilpotent(unsigned op)llvm::Instruction [static]
isNot(const Value *V)llvm::BinaryOperator [static]
isSameOperationAs(const Instruction *I, unsigned flags=0) const llvm::Instruction
isShift()llvm::Instruction [inline]
isShift(unsigned Opcode)llvm::Instruction [inline, static]
isTerminator() const llvm::Instruction [inline]
isTerminator(unsigned OpCode)llvm::Instruction [inline, static]
isUsedInBasicBlock(const BasicBlock *BB) const llvm::Value
isUsedOutsideOfBlock(const BasicBlock *BB) const llvm::Instruction
LandingPadllvm::BinaryOperator
LShrllvm::BinaryOperator
MaximumAlignmentllvm::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 valuellvm::Value
MDStringVal enum valuellvm::Value
MemoryOps enum namellvm::Instruction
moveBefore(Instruction *MovePos)llvm::Instruction
mutateType(Type *Ty)llvm::Value [inline]
NumOperandsllvm::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 typedefllvm::User
op_range typedefllvm::User
operand_values()llvm::User [inline]
OperandListllvm::User [protected]
operands()llvm::User [inline]
operands() const llvm::User [inline]
OperationEquivalenceFlags enum namellvm::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::BinaryOperator [inline]
OpFrom(const U *that)llvm::User [inline, protected, static]
OtherOps enum namellvm::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
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
setHasNoSignedWrap(bool b=true)llvm::BinaryOperator
setHasNoSignedZeros(bool B)llvm::Instruction
setHasNoUnsignedWrap(bool b=true)llvm::BinaryOperator
setHasUnsafeAlgebra(bool B)llvm::Instruction
setInstructionSubclassData(unsigned short D)llvm::Instruction [inline, protected]
setIsExact(bool b=true)llvm::BinaryOperator
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]
setValueName(ValueName *VN)llvm::Value [inline]
SExtllvm::BinaryOperator
SIToFPllvm::BinaryOperator
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]
SubclassOptionalDatallvm::Value [protected]
swapOperands()llvm::BinaryOperator
takeName(Value *V)llvm::Value
TermOps enum namellvm::Instruction
Truncllvm::BinaryOperator
UndefValueVal enum valuellvm::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 typedefllvm::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 typedefllvm::Value
UserOp1llvm::BinaryOperator
users()llvm::Value [inline]
users() const llvm::Value [inline]
uses()llvm::Value [inline]
uses() const llvm::Value [inline]
VAArgllvm::BinaryOperator
Value(Type *Ty, unsigned scid)llvm::Value [protected]
value_op_begin()llvm::User [inline]
value_op_end()llvm::User [inline]
ValueTy enum namellvm::Value
~Instruction()llvm::Instruction
~User()llvm::User [inline]
~Value()llvm::Value [virtual]