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;

Return Value

true if this is a single‐value type.

Created with MrDocs