Return the address space of the load pointer.
Synopsis
Declared in <llvm/Transforms/IPO/Instrumentor.h>
static
Value*
getPointerAS(
Value& V,
Type& Ty,
InstrumentationConfig& IConf,
InstrumentorIRBuilderTy& IIRB);
Return Value
Address space of the load pointer.
Parameters
Name |
Description |
V |
Value being instrumented. |
Ty |
Expected argument type. |
IConf |
Instrumentation configuration. |
IIRB |
Instrumentor IR builder. |
Created with MrDocs