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