LLVM  8.0.1
llvm::ExtractElementConstantExpr Member List

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

addUse(Use &U)llvm::Valueinline
allocHungoffUses(unsigned N, bool IsPhi=false)llvm::Userprotected
assertModuleIsMaterialized() constllvm::Valueinline
assertModuleIsMaterializedImpl() constllvm::Value
canTrap() constllvm::Constant
classof(const Value *V)llvm::ConstantExprinlinestatic
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
containsUndefElement() constllvm::Constant
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value)llvm::ExtractElementConstantExpr
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
dump() constllvm::Value
ExtractElementConstantExpr(Constant *C1, Constant *C2)llvm::ExtractElementConstantExprinline
get(unsigned Opcode, Constant *C1, unsigned Flags=0, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
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
getAllOnesValue(Type *Ty)llvm::Constantstatic
getAnd(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getAShr(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getAsInstruction()llvm::ConstantExpr
getBinOpAbsorber(unsigned Opcode, Type *Ty)llvm::ConstantExprstatic
getBinOpIdentity(unsigned Opcode, Type *Ty, bool AllowRHSConstant=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
getExactAShr(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getExactLShr(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getExactSDiv(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getExactUDiv(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getExtractElement(Constant *Vec, Constant *Idx, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getExtractValue(Constant *Agg, ArrayRef< unsigned > Idxs, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getFAdd(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFCmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getFDiv(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFMul(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFNeg(Constant *C)llvm::ConstantExprstatic
getFPCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getFRem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFSub(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Constant *> IdxList, bool InBounds=false, Optional< unsigned > InRangeIndex=None, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprinlinestatic
getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, bool InBounds=false, Optional< unsigned > InRangeIndex=None, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprinlinestatic
getGetElementPtr(Type *Ty, Constant *C, ArrayRef< Value *> IdxList, bool InBounds=false, Optional< unsigned > InRangeIndex=None, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getICmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced=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
getIndices() constllvm::ConstantExpr
getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getInsertValue(Constant *Agg, Constant *Val, ArrayRef< unsigned > Idxs, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getIntegerCast(Constant *C, Type *Ty, bool isSigned)llvm::ConstantExprstatic
getIntegerValue(Type *Ty, const APInt &V)llvm::Constantstatic
getIntToPtr(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getLShr(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getMul(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getName() constllvm::Value
getNeg(Constant *C, bool HasNUW=false, 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
getNUWNeg(Constant *C)llvm::ConstantExprinlinestatic
getNUWShl(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getNUWSub(Constant *C1, Constant *C2)llvm::ConstantExprinlinestatic
getOffsetOf(StructType *STy, unsigned FieldNo)llvm::ConstantExprstatic
getOffsetOf(Type *Ty, Constant *FieldNo)llvm::ConstantExprstatic
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
getOr(Constant *C1, Constant *C2)llvm::ConstantExprstatic
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) constllvm::Value
getPredicate() constllvm::ConstantExpr
getPtrToInt(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getRawSubclassOptionalData() constllvm::Valueinline
getSDiv(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getSelect(Constant *C, Constant *V1, Constant *V2, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getSExt(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getSExtOrBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getShl(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getShuffleVector(Constant *V1, Constant *V2, Constant *Mask, Type *OnlyIfReducedTy=nullptr)llvm::ConstantExprstatic
getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getSizeOf(Type *Ty)llvm::ConstantExprstatic
getSplatValue() constllvm::Constant
getSRem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
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
getUDiv(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getUniqueInteger() constllvm::Constant
getURem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getValueID() constllvm::Valueinline
getValueName() constllvm::Value
getWithOperandReplaced(unsigned OpNo, Constant *Op) constllvm::ConstantExpr
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
getZExt(Constant *C, Type *Ty, bool OnlyIfReduced=false)llvm::ConstantExprstatic
getZExtOrBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
growHungoffUses(unsigned N, bool IsPhi=false)llvm::Userprotected
handleOperandChange(Value *, Value *)llvm::Constant
HasDescriptorllvm::Valueprotected
hasExactInverseFP() constllvm::Constant
HasHungOffUsesllvm::Valueprotected
hasIndices() constllvm::ConstantExpr
HasNamellvm::Valueprotected
hasName() constllvm::Valueinline
hasNUses(unsigned N) constllvm::Value
hasNUsesOrMore(unsigned N) constllvm::Value
hasOneUse() constllvm::Valueinline
hasSameSubclassOptionalData(const Value *V) constllvm::Valueinline
hasValueHandle() constllvm::Valueinline
isAllOnesValue() constllvm::Constant
isCast() constllvm::ConstantExpr
isCompare() constllvm::ConstantExpr
isConstantUsed() constllvm::Constant
isDLLImportDependent() constllvm::Constant
isFiniteNonZeroFP() constllvm::Constant
isGEPWithNoNotionalOverIndexing() constllvm::ConstantExpr
isMinSignedValue() constllvm::Constant
isNaN() constllvm::Constant
isNegativeZeroValue() constllvm::Constant
isNormalFP() constllvm::Constant
isNotMinSignedValue() constllvm::Constant
isNullValue() constllvm::Constant
isOneValue() constllvm::Constant
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
mutateType(Type *Ty)llvm::Valueinline
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 *Usr)llvm::User
operator delete(void *Usr, unsigned)llvm::Userinline
operator delete(void *Usr, unsigned, bool)llvm::Userinline
operator new(size_t s)llvm::ExtractElementConstantExprinline
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
replaceUsesOfWith(Value *From, Value *To)llvm::User
replaceUsesOutsideBlock(Value *V, BasicBlock *BB)llvm::Value
reverseUseList()llvm::Value
setGlobalVariableNumOperands(unsigned NumOps)llvm::Userinline
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
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) constllvm::Value
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset)llvm::Valueinline
stripInBoundsConstantOffsets() constllvm::Value
stripInBoundsConstantOffsets()llvm::Valueinline
stripInBoundsOffsets() constllvm::Value
stripInBoundsOffsets()llvm::Valueinline
stripPointerCasts() constllvm::Constantinline
stripPointerCasts()llvm::Constantinline
stripPointerCastsAndInvariantGroups() constllvm::Value
stripPointerCastsAndInvariantGroups()llvm::Valueinline
stripPointerCastsNoFollowAliases() constllvm::Value
stripPointerCastsNoFollowAliases()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
~User()=defaultllvm::Userprotected
~Value()llvm::Valueprotected