LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
llvm::UnaryConstantExpr Member List

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

addUse(Use &U)llvm::Valueinline
allocHungoffUses(unsigned) const llvm::Userprotected
ArgumentVal enum valuellvm::Value
BasicBlockVal enum valuellvm::Value
BlockAddressVal enum valuellvm::Value
canTrap() const llvm::Constant
classof(const Value *V)llvm::ConstantExprinlinestatic
clearSubclassOptionalData()llvm::Valueinline
const_op_iterator typedefllvm::User
const_use_iterator typedefllvm::Value
Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)llvm::Constantinlineprotected
ConstantAggregateZeroVal enum valuellvm::Value
ConstantArrayVal enum valuellvm::Value
ConstantDataArrayVal enum valuellvm::Value
ConstantDataVectorVal enum valuellvm::Value
ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)llvm::ConstantExprinlineprotected
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
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value)llvm::UnaryConstantExpr
llvm::ConstantExpr::DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant)llvm::ConstantExpr
destroyConstant()llvm::ConstantExprvirtual
destroyConstantImpl()llvm::Constantprotected
DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB)llvm::Value
DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) const llvm::Valueinline
dropAllReferences()llvm::Userinline
dropHungoffUses()llvm::Userinlineprotected
dump() const llvm::Value
FixedStackPseudoSourceValueVal enum valuellvm::Value
FunctionVal enum valuellvm::Value
get(unsigned Opcode, Constant *C1, Constant *C2, unsigned Flags=0)llvm::ConstantExprstatic
getAdd(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getAddrSpaceCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getAggregateElement(unsigned Elt) const llvm::Constant
getAggregateElement(Constant *Elt) const llvm::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)llvm::ConstantExprstatic
getBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getCast(unsigned ops, Constant *C, Type *Ty)llvm::ConstantExprstatic
getCompare(unsigned short pred, Constant *C1, Constant *C2)llvm::ConstantExprstatic
getContext() const llvm::Value
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)llvm::ConstantExprstatic
getExtractValue(Constant *Agg, ArrayRef< unsigned > Idxs)llvm::ConstantExprstatic
getFAdd(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFCmp(unsigned short pred, Constant *LHS, Constant *RHS)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)llvm::ConstantExprstatic
getFPToSI(Constant *C, Type *Ty)llvm::ConstantExprstatic
getFPToUI(Constant *C, Type *Ty)llvm::ConstantExprstatic
getFPTrunc(Constant *C, Type *Ty)llvm::ConstantExprstatic
getFRem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getFSub(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getGetElementPtr(Constant *C, ArrayRef< Constant * > IdxList, bool InBounds=false)llvm::ConstantExprinlinestatic
getGetElementPtr(Constant *C, Constant *Idx, bool InBounds=false)llvm::ConstantExprinlinestatic
getGetElementPtr(Constant *C, ArrayRef< Value * > IdxList, bool InBounds=false)llvm::ConstantExprstatic
getICmp(unsigned short pred, Constant *LHS, Constant *RHS)llvm::ConstantExprstatic
getInBoundsGetElementPtr(Constant *C, ArrayRef< Constant * > IdxList)llvm::ConstantExprinlinestatic
getInBoundsGetElementPtr(Constant *C, Constant *Idx)llvm::ConstantExprinlinestatic
getInBoundsGetElementPtr(Constant *C, ArrayRef< Value * > IdxList)llvm::ConstantExprinlinestatic
getIndices() const llvm::ConstantExpr
getInsertElement(Constant *Vec, Constant *Elt, Constant *Idx)llvm::ConstantExprstatic
getInsertValue(Constant *Agg, Constant *Val, ArrayRef< unsigned > Idxs)llvm::ConstantExprstatic
getIntegerCast(Constant *C, Type *Ty, bool isSigned)llvm::ConstantExprstatic
getIntegerValue(Type *Ty, const APInt &V)llvm::Constantstatic
getIntToPtr(Constant *C, Type *Ty)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() const llvm::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() const llvm::Userinline
getNumUses() const llvm::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() const llvm::ConstantExprinline
getOpcodeName() const llvm::ConstantExpr
getOperand(unsigned i) const llvm::Userinline
getOperandUse(unsigned i) const llvm::Userinline
getOperandUse(unsigned i)llvm::Userinline
getOr(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getPointerCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getPredicate() const llvm::ConstantExpr
getPtrToInt(Constant *C, Type *Ty)llvm::ConstantExprstatic
getRawSubclassOptionalData() const llvm::Valueinline
getRelocationInfo() const llvm::Constant
getSDiv(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getSelect(Constant *C, Constant *V1, Constant *V2)llvm::ConstantExprstatic
getSExt(Constant *C, Type *Ty)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)llvm::ConstantExprstatic
getSIToFP(Constant *C, Type *Ty)llvm::ConstantExprstatic
getSizeOf(Type *Ty)llvm::ConstantExprstatic
getSplatValue() const llvm::Constant
getSRem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getSub(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)llvm::ConstantExprstatic
getSubclassDataFromValue() const llvm::Valueinlineprotected
getTrunc(Constant *C, Type *Ty)llvm::ConstantExprstatic
getTruncOrBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
getType() const llvm::Valueinline
getUDiv(Constant *C1, Constant *C2, bool isExact=false)llvm::ConstantExprstatic
getUIToFP(Constant *C, Type *Ty)llvm::ConstantExprstatic
getUniqueInteger() const llvm::Constant
getURem(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getValueID() const llvm::Valueinline
getValueName() const llvm::Valueinline
getWithOperandReplaced(unsigned OpNo, Constant *Op) const llvm::ConstantExpr
getWithOperands(ArrayRef< Constant * > Ops) const llvm::ConstantExprinline
getWithOperands(ArrayRef< Constant * > Ops, Type *Ty) const llvm::ConstantExpr
getXor(Constant *C1, Constant *C2)llvm::ConstantExprstatic
getZExt(Constant *C, Type *Ty)llvm::ConstantExprstatic
getZExtOrBitCast(Constant *C, Type *Ty)llvm::ConstantExprstatic
GlobalAliasVal enum valuellvm::Value
GlobalRelocations enum valuellvm::Constant
GlobalVariableVal enum valuellvm::Value
hasIndices() const llvm::ConstantExpr
hasName() const llvm::Valueinline
hasNUses(unsigned N) const llvm::Value
hasNUsesOrMore(unsigned N) const llvm::Value
hasOneUse() const llvm::Valueinline
hasSameSubclassOptionalData(const Value *V) const llvm::Valueinline
hasValueHandle() const llvm::Valueinline
InlineAsmVal enum valuellvm::Value
InstructionVal enum valuellvm::Value
intersectOptionalDataWith(const Value *V)llvm::Valueinline
isAllOnesValue() const llvm::Constant
isCast() const llvm::ConstantExpr
isCompare() const llvm::ConstantExpr
isConstantUsed() const llvm::Constant
isDereferenceablePointer() const llvm::Value
isGEPWithNoNotionalOverIndexing() const llvm::ConstantExpr
isNegativeZeroValue() const llvm::Constant
isNullValue() const llvm::Constant
isThreadDependent() const llvm::Constant
isUsedInBasicBlock(const BasicBlock *BB) const llvm::Value
isZeroValue() const llvm::Constant
LocalRelocation enum valuellvm::Constant
MaximumAlignmentllvm::Valuestatic
MDNodeVal enum valuellvm::Value
MDStringVal enum valuellvm::Value
mutateType(Type *Ty)llvm::Valueinline
NoRelocation enum valuellvm::Constant
NumOperandsllvm::Userprotected
Op()llvm::Userinlineprotected
Op() const llvm::Userinlineprotected
op_begin()llvm::Userinline
op_begin() const llvm::Userinline
op_end()llvm::Userinline
op_end() const llvm::Userinline
op_iterator typedefllvm::User
OperandListllvm::Userprotected
operator delete(void *Usr)llvm::User
operator delete(void *, unsigned)llvm::Userinline
operator delete(void *, unsigned, bool)llvm::Userinline
operator new(size_t s)llvm::UnaryConstantExprinline
OpFrom(const U *that)llvm::Userinlineprotectedstatic
PossibleRelocationsTy enum namellvm::Constant
print(raw_ostream &O, AssemblyAnnotationWriter *AAW=0) const llvm::Value
printCustom(raw_ostream &O) const llvm::Valueprotectedvirtual
PseudoSourceValueVal enum valuellvm::Value
removeDeadConstantUsers() const llvm::Constant
replaceAllUsesWith(Value *V)llvm::Value
replaceUsesOfWith(Value *From, Value *To)llvm::User
replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U)llvm::ConstantExprvirtual
setName(const Twine &Name)llvm::Value
setOperand(unsigned i, Value *Val)llvm::Userinline
setValueName(ValueName *VN)llvm::Valueinline
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset)llvm::Value
stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const llvm::Valueinline
stripInBoundsConstantOffsets()llvm::Value
stripInBoundsConstantOffsets() const llvm::Valueinline
stripInBoundsOffsets()llvm::Value
stripInBoundsOffsets() const llvm::Valueinline
stripPointerCasts()llvm::Value
stripPointerCasts() const llvm::Valueinline
stripPointerCastsNoFollowAliases()llvm::Value
stripPointerCastsNoFollowAliases() const llvm::Valueinline
SubclassOptionalDatallvm::Valueprotected
takeName(Value *V)llvm::Value
UnaryConstantExpr(unsigned Opcode, Constant *C, Type *Ty)llvm::UnaryConstantExprinline
UndefValueVal enum valuellvm::Value
use_back()llvm::Valueinline
use_back() const llvm::Valueinline
use_begin()llvm::Valueinline
use_begin() const llvm::Valueinline
use_empty() const llvm::Valueinline
use_end()llvm::Valueinline
use_end() const llvm::Valueinline
use_iterator typedefllvm::Value
User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps)llvm::Userinlineprotected
Value(Type *Ty, unsigned scid)llvm::Valueprotected
value_op_begin()llvm::Userinline
value_op_end()llvm::Userinline
ValueTy enum namellvm::Value
~User()llvm::Userinline
~Value()llvm::Valuevirtual