Return true if the type is a valid type for a register in codegen. This includes all first‐class types except struct and array types.

Synopsis

Declared in <llvm/IR/Type.h>

bool
isSingleValueType() const;

Created with MrDocs