ΒΆinline unsigned int getLoadStoreAddressSpace(
    llvm::Value* I)

Description

A helper function that returns the address space of the pointer operand of load or store instruction.

Declared at: llvm/include/llvm/IR/Instructions.h:5364

Parameters

llvm::Value* I