llvm::nvvm::printTensormapElemType

Print a tensormap element type immediate to OS.

Synopsis

Declared in <llvm/IR/NVVMIntrinsicUtils.h>

void
printTensormapElemType(
    raw_ostream& OS,
    Constant const* ImmArgVal);

Parameters

NameDescription
OSStream to write the element type name to.
ImmArgValConstant holding the TensormapElemType value.