class PtrToIntOperator
Declaration
class PtrToIntOperator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/Operator.h:559
Method Overview
- public unsigned int getPointerAddressSpace() const
- public llvm::Value * getPointerOperand()
- public const llvm::Value * getPointerOperand() const
- public static unsigned int getPointerOperandIndex()
- public llvm::Type * getPointerOperandType() const
Methods
¶unsigned int getPointerAddressSpace() const
unsigned int getPointerAddressSpace() const
Description
Method to return the address space of the pointer operand.
Declared at: llvm/include/llvm/IR/Operator.h:582
¶llvm::Value* getPointerOperand()
llvm::Value* getPointerOperand()
Declared at: llvm/include/llvm/IR/Operator.h:565
¶const llvm::Value* getPointerOperand() const
const llvm::Value* getPointerOperand() const
Declared at: llvm/include/llvm/IR/Operator.h:568
¶static unsigned int getPointerOperandIndex()
static unsigned int getPointerOperandIndex()
Declared at: llvm/include/llvm/IR/Operator.h:572
¶llvm::Type* getPointerOperandType() const
llvm::Type* getPointerOperandType() const
Description
Method to return the pointer operand as a PointerType.
Declared at: llvm/include/llvm/IR/Operator.h:577