Return a DAG initializer.
Synopsis
Declared in <llvm/TableGen/Record.h>
static
DagInit const*
get(
Init const* V,
StringInit const* VN,
ArrayRef<Init const*> Args,
ArrayRef<StringInit const*> ArgNames);
Return Value
A DAG initializer.
Parameters
Name |
Description |
V |
The DAG operator. |
VN |
The optional operator name. |
Args |
The argument values. |
ArgNames |
The optional argument names. |
Created with MrDocs