Get the null pointer value for the given address space.
Declared in <llvm/Support/AMDGPUAddrSpace.h>
constexpr
int64_t
getNullPointerValue(unsigned int AS);
-1 for private, local, or region; otherwise 0.
| Name | Description |
|---|---|
| AS | The LLVM address space ID. |