class InstrProfValueProfileInst

Declaration

class InstrProfValueProfileInst : public InstrProfInstBase { /* full declaration omitted */ };

Description

This represents the llvm.instrprof.value.profile intrinsic.

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1291

Inherits from: InstrProfInstBase

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

Inherited from InstrProfInstBase:

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static bool classof(const llvm::IntrinsicInst* I)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1293

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1296

Parameters

const llvm::Value* V

llvm::ConstantInt* getIndex() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1309

llvm::Value* getTargetValue() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1300

llvm::ConstantInt* getValueKind() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:1304