Synopsis

Declared in <llvm/IR/Operator.h>

class PtrToAddrOperator
    : public ConcreteOperator<Operator, Instruction::PtrToAddr>

Base Classes

Name

Description

ConcreteOperator<Operator, Instruction::PtrToAddr>

A helper template for defining operators for individual opcodes.

Member Functions

Name

Description

getNumOperands

Transparently provide more efficient getOperand methods.

getOperand

Transparently provide more efficient getOperand methods.

getPointerAddressSpace

Method to return the address space of the pointer operand.

getPointerOperand

getPointerOperandType

Method to return the pointer operand as a PointerType.

op_begin

Transparently provide more efficient getOperand methods.

op_end

Transparently provide more efficient getOperand methods.

setOperand

Transparently provide more efficient getOperand methods.

Static Member Functions

Protected Member Functions

Name

Description

Op

Transparently provide more efficient getOperand methods.

Friends

Name

Description

llvm::ConstantExpr

A constant value that is initialized with an expression using other constant values.

llvm::PtrToAddr

Created with MrDocs