LLVM 19.0.0git
llvm::BinaryConstantExpr Member List

This is the complete list of members for llvm::BinaryConstantExpr, including all inherited members.

addMetadata(unsigned KindID, MDNode &MD)llvm::Valueprotected
addMetadata(StringRef Kind, MDNode &MD)llvm::Valueprotected
addUse(Use &U)llvm::Valueinline
allocHungoffUses(unsigned N, bool IsPhi=false)llvm::Userprotected
assertModuleIsMaterialized() constllvm::Valueinline
assertModuleIsMaterializedImpl() constllvm::Value
BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags)llvm::BinaryConstantExprinline
canBeFreed() constllvm::Value
classof(const ConstantExpr *CE)llvm::BinaryConstantExprinlinestatic
classof(const Value *V)llvm::BinaryConstantExprinlinestatic
clearMetadata()llvm::Valueprotected
clearSubclassOptionalData()llvm::Valueinline
const_op_iterator typedefllvm::User
const_op_range typedefllvm::User
const_use_iterator typedefllvm::Value
const_user_iterator typedefllvm::Value
llvm::Constant::Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)llvm::Constantinlineprotected
llvm::Constant::Constant(const Constant &)=deletellvm::Constant
ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)llvm::ConstantExprinlineprotected
containsConstantExpression() constllvm::Constant
containsPoisonElement() constllvm::Constant
containsUndefElement() constllvm::Constant
containsUndefOrPoisonElement() constllvm::Constant
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value)llvm::BinaryConstantExpr
llvm::ConstantExpr::DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant)llvm::ConstantExpr
deleteValue()llvm::Value
destroyConstant()llvm::Constant
DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) constllvm::Value
DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB)llvm::Valueinline
dropAllReferences()llvm::Userinline
dropDroppableUse(Use &U)llvm::Valuestatic
dropDroppableUses(llvm::function_ref< bool(const Use *)> ShouldDrop=[](const Use *) { return true;})llvm::Value
dropDroppableUsesIn(User &Usr)llvm::Value
dump() constllvm::Value
eraseMetadata(unsigned KindID)llvm::Valueprotected
eraseMetadataIf(function_ref< bool(unsigned, MDNode *)> Pred)llvm::Valueprotected
get(unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags=0, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getAdd(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getAddrSpaceCast(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getAggregateElement(unsigned Elt) constllvm::Constant
getAggregateElement(Constant *Elt) constllvm::Constant
getAlignOf(Type *Ty)llvm::ConstantExprstatic
getAllMetadata(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) constllvm::Valueprotected
getAllOnesValue(Type *Ty)llvm::Constantstatic
getAsInstruction() constllvm::ConstantExpr
getBinOpAbsorber(unsigned Opcode, Type *Ty)llvm::ConstantExprstatic
getBinOpIdentity(unsigned Opcode, Type *Ty, bool AllowRHSConstant=false, bool NSZ=false)llvm::ConstantExprstatic
getBitCast(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getCast(unsigned ops, Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getCompare(unsigned short pred, Constant *C1, Constant *C2, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getContext() constllvm::Value
getDescriptor() constllvm::User
getDescriptor()llvm::User
getExactLogBase2(Constant *C)llvm::ConstantExprstatic
getExtractElement(Constant *Vec, Constant *Idx, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getFCmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant * > IdxList, bool InBounds=false, std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprinlinestatic
getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, bool InBounds=false, std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprinlinestatic
getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Value * > IdxList, bool InBounds=false, std::optional< ConstantRange > InRange=std::nullopt, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getICmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getIdentity(Instruction *I, Type *Ty, bool AllowRHSConstant=false, bool NSZ=false)llvm::ConstantExprstatic
getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant * > IdxList)llvm::ConstantExprinlinestatic
getInBoundsGetElementPtr(Type *Ty, Constant *C, Constant *Idx)llvm::ConstantExprinlinestatic
getInBoundsGetElementPtr(Type *Ty, Constant *C, ArrayRef< Value * > IdxList)llvm::ConstantExprinlinestatic
getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getIntegerValue(Type *Ty, const APInt &V)llvm::Constantstatic
getIntrinsicIdentity(Intrinsic::ID, Type *Ty)llvm::ConstantExprstatic
getIntToPtr(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getMetadata(unsigned KindID) constllvm::Valueinlineprotected
getMetadata(StringRef Kind) constllvm::Valueprotected
getMetadata(unsigned KindID, SmallVectorImpl< MDNode * > &MDs) constllvm::Valueprotected
getMetadata(StringRef Kind, SmallVectorImpl< MDNode * > &MDs) constllvm::Valueprotected
getMetadataImpl(unsigned KindID) constllvm::Valueprotected
getMul(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getName() constllvm::Value
getNameOrAsOperand() constllvm::Value
getNeg(Constant *C, bool HasNSW=false)llvm::ConstantExprstatic
getNot(Constant *C)llvm::ConstantExprstatic
getNSWAdd(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNSWMul(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNSWNeg(Constant *C)llvm::ConstantExprinlinestatic
getNSWShl(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNSWSub(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNullValue(Type *Ty)llvm::Constantstatic
getNumOperands() constllvm::Userinline
getNumUses() constllvm::Value
getNUWAdd(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNUWMul(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNUWShl(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNUWSub(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getOpcode() constllvm::ConstantExprinline
getOpcodeName() constllvm::ConstantExpr
getOperand(unsigned i) constllvm::Userinline
getOperandList() constllvm::Userinline
getOperandList()llvm::Userinline
getOperandUse(unsigned i) constllvm::Userinline
getOperandUse(unsigned i)llvm::Userinline
getPointerAlignment(const DataLayout &DL) constllvm::Value
getPointerBitCastOrAddrSpaceCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getPointerCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getPointerDereferenceableBytes(const DataLayout &DL, bool &CanBeNull, bool &CanBeFreed) constllvm::Value
getPointerOffsetFrom(const Value *Other, const DataLayout &DL) constllvm::Value
getPredicate() constllvm::ConstantExpr
getPtrToInt(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getRawSubclassOptionalData() constllvm::Valueinline
getShl(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getShuffleMask() constllvm::ConstantExpr
getShuffleMaskForBitcode() constllvm::ConstantExpr
getShuffleVector(Constant *V1, Constant *V2, ArrayRef< int > Mask, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getSingleUndroppableUse()llvm::Value
getSingleUndroppableUse() constllvm::Valueinline
getSizeOf(Type *Ty)llvm::ConstantExprstatic
getSplatValue(bool AllowUndefs=false) constllvm::Constant
getSub(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getSubclassDataFromValue() constllvm::Valueinlineprotected
getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getTruncOrBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getType() constllvm::Valueinline
getUniqueInteger() constllvm::Constant
getUniqueUndroppableUser()llvm::Value
getUniqueUndroppableUser() constllvm::Valueinline
getValueID() constllvm::Valueinline
getValueName() constllvm::Value
getWithOperands(ArrayRef< Constant * > Ops) constllvm::ConstantExprinline
getWithOperands(ArrayRef< Constant * > Ops, Type *Ty, bool OnlyIfReduced=false, Type *SrcTy=nullptr) constllvm::ConstantExpr
getXor(Constant *C1, Constant *C2)llvm::ConstantExprstatic
growHungoffUses(unsigned N, bool IsPhi=false)llvm::Userprotected
handleOperandChange(Value *, Value *)llvm::Constant
HasDescriptorllvm::Valueprotected
hasExactInverseFP() constllvm::Constant
HasHungOffUsesllvm::Valueprotected
HasMetadatallvm::Valueprotected
hasMetadata() constllvm::Valueinlineprotected
hasMetadata(unsigned KindID) constllvm::Valueinlineprotected
hasMetadata(StringRef Kind) constllvm::Valueinlineprotected
HasNamellvm::Valueprotected
hasName() constllvm::Valueinline
hasNUndroppableUses(unsigned N) constllvm::Value
hasNUndroppableUsesOrMore(unsigned N) constllvm::Value
hasNUses(unsigned N) constllvm::Value
hasNUsesOrMore(unsigned N) constllvm::Value
hasOneLiveUse() constllvm::Constant
hasOneUse() constllvm::Valueinline
hasOneUser() constllvm::Value
hasSameSubclassOptionalData(const Value *V) constllvm::Valueinline
hasValueHandle() constllvm::Valueinline
hasZeroLiveUses() constllvm::Constant
isAllOnesValue() constllvm::Constant
isCast() constllvm::ConstantExpr
isCompare() constllvm::ConstantExpr
isConstantUsed() constllvm::Constant
isDesirableBinOp(unsigned Opcode)llvm::ConstantExprstatic
isDesirableCastOp(unsigned Opcode)llvm::ConstantExprstatic
isDLLImportDependent() constllvm::Constant
isDroppable() constllvm::User
isElementWiseEqual(Value *Y) constllvm::Constant
isFiniteNonZeroFP() constllvm::Constant
isManifestConstant() constllvm::Constant
isMinSignedValue() constllvm::Constant
isNaN() constllvm::Constant
isNegativeZeroValue() constllvm::Constant
isNormalFP() constllvm::Constant
isNotMinSignedValue() constllvm::Constant
isNotOneValue() constllvm::Constant
isNullValue() constllvm::Constant
isOneValue() constllvm::Constant
isSupportedBinOp(unsigned Opcode)llvm::ConstantExprstatic
isSupportedCastOp(unsigned Opcode)llvm::ConstantExprstatic
isSupportedGetElementPtr(const Type *SrcElemTy)llvm::ConstantExprinlinestatic
isSwiftError() constllvm::Value
isThreadDependent() constllvm::Constant
IsUsedByMDllvm::Valueprotected
isUsedByMetadata() constllvm::Valueinline
isUsedInBasicBlock(const BasicBlock *BB) constllvm::Value
isZeroValue() constllvm::Constant
materialized_use_begin()llvm::Valueinline
materialized_use_begin() constllvm::Valueinline
materialized_use_empty() constllvm::Valueinline
materialized_user_begin()llvm::Valueinline
materialized_user_begin() constllvm::Valueinline
materialized_users()llvm::Valueinline
materialized_users() constllvm::Valueinline
materialized_uses()llvm::Valueinline
materialized_uses() constllvm::Valueinline
MaxAlignmentExponentllvm::Valuestatic
MaximumAlignmentllvm::Valuestatic
mergeUndefsWith(Constant *C, Constant *Other)llvm::Constantstatic
mutateType(Type *Ty)llvm::Valueinline
needsDynamicRelocation() constllvm::Constant
needsRelocation() constllvm::Constant
NumUserOperandsllvm::Valueprotected
NumUserOperandsBits enum valuellvm::Valueprotected
Op()llvm::Userinlineprotected
Op() constllvm::Userinlineprotected
op_begin()llvm::Userinline
op_begin() constllvm::Userinline
op_end()llvm::Userinline
op_end() constllvm::Userinline
op_iterator typedefllvm::User
op_range typedefllvm::User
operand_values()llvm::Userinline
operand_values() constllvm::Userinline
operands()llvm::Userinline
operands() constllvm::Userinline
operator delete(void *Ptr)llvm::BinaryConstantExprinline
llvm::ConstantExpr::operator delete(void *Usr, unsigned)llvm::Userinline
llvm::ConstantExpr::operator delete(void *Usr, unsigned, unsigned)llvm::Userinline
operator new(size_t S)llvm::BinaryConstantExprinline
llvm::ConstantExpr::operator new(size_t Size, unsigned Us)llvm::Userprotected
llvm::ConstantExpr::operator new(size_t Size, unsigned Us, unsigned DescBytes)llvm::Userprotected
operator=(const Constant &)=deletellvm::Constant
llvm::User::operator=(const Value &)=deletellvm::Value
OpFrom(const U *that)llvm::Userinlineprotectedstatic
print(raw_ostream &O, bool IsForDebug=false) constllvm::Value
print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug=false) constllvm::Value
printAsOperand(raw_ostream &O, bool PrintType=true, const Module *M=nullptr) constllvm::Value
printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) constllvm::Value
removeDeadConstantUsers() constllvm::Constant
replaceAllUsesWith(Value *V)llvm::Value
replaceNonMetadataUsesWith(Value *V)llvm::Value
replaceUndefsWith(Constant *C, Constant *Replacement)llvm::Constantstatic
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
setGlobalVariableNumOperands(unsigned NumOps)llvm::Userinline
setMetadata(unsigned KindID, MDNode *Node)llvm::Valueprotected
setMetadata(StringRef Kind, MDNode *Node)llvm::Valueprotected
setName(const Twine &Name)llvm::Value
setNumHungOffUseOperands(unsigned NumOps)llvm::Userinline
setOperand(unsigned i, Value *Val)llvm::Userinline
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) constllvm::Value
stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=false)llvm::Valueinline
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) constllvm::Valueinline
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset)llvm::Valueinline
stripInBoundsConstantOffsets() constllvm::Value
stripInBoundsConstantOffsets()llvm::Valueinline
stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {}) constllvm::Value
stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {})llvm::Valueinline
stripPointerCasts() constllvm::Constantinline
stripPointerCasts()llvm::Constantinline
stripPointerCastsAndAliases() constllvm::Value
stripPointerCastsAndAliases()llvm::Valueinline
stripPointerCastsForAliasAnalysis() constllvm::Value
stripPointerCastsForAliasAnalysis()llvm::Valueinline
stripPointerCastsSameRepresentation() constllvm::Value
stripPointerCastsSameRepresentation()llvm::Valueinline
SubclassOptionalDatallvm::Valueprotected
takeName(Value *V)llvm::Value
use_begin()llvm::Valueinline
use_begin() constllvm::Valueinline
use_empty() constllvm::Valueinline
use_end()llvm::Valueinline
use_end() constllvm::Valueinline
use_iterator typedefllvm::Value
User(Type *ty, unsigned vty, Use *, unsigned NumOps)llvm::Userinlineprotected
User(const User &)=deletellvm::User
user_back()llvm::Valueinline
user_back() constllvm::Valueinline
user_begin()llvm::Valueinline
user_begin() constllvm::Valueinline
user_empty() constllvm::Valueinline
user_end()llvm::Valueinline
user_end() constllvm::Valueinline
user_iterator typedefllvm::Value
users()llvm::Valueinline
users() constllvm::Valueinline
uses()llvm::Valueinline
uses() constllvm::Valueinline
Value(Type *Ty, unsigned scid)llvm::Valueprotected
Value(const Value &)=deletellvm::Value
value_op_begin()llvm::Userinline
value_op_begin() constllvm::Userinline
value_op_end()llvm::Userinline
value_op_end() constllvm::Userinline
ValueTy enum namellvm::Value
~Constant()=defaultllvm::Constantprotected
~ConstantExpr()=defaultllvm::ConstantExprprotected
~User()=defaultllvm::Userprotected
~Value()llvm::Valueprotected