class PtrToIntOperator

Declaration

class PtrToIntOperator : public ConcreteOperator { /* full declaration omitted */ };

Description

A helper template for defining operators for individual opcodes.

Declared at: llvm/include/llvm/IR/Operator.h:513

Inherits from: ConcreteOperator

Method Overview

Methods

unsigned int getPointerAddressSpace() const

Description

Method to return the address space of the pointer operand.

Declared at: llvm/include/llvm/IR/Operator.h:536

llvm::Value* getPointerOperand()

Declared at: llvm/include/llvm/IR/Operator.h:519

const llvm::Value* getPointerOperand() const

Declared at: llvm/include/llvm/IR/Operator.h:522

static unsigned int getPointerOperandIndex()

Declared at: llvm/include/llvm/IR/Operator.h:526

llvm::Type* getPointerOperandType() const

Description

Method to return the pointer operand as a PointerType.

Declared at: llvm/include/llvm/IR/Operator.h:531