Print a tensormap element type immediate to OS.
Declared in <llvm/IR/NVVMIntrinsicUtils.h>
void
printTensormapElemType(
raw_ostream& OS,
Constant const* ImmArgVal);
| Name | Description |
|---|---|
| OS | Stream to write the element type name to. |
| ImmArgVal | Constant holding the TensormapElemType value. |