llvm::isVectorizedStructTy

Returns true if StructTy is an unpacked literal struct where all elements are vectors of matching element count. This does not include empty structs.

Synopsis

Declared in <llvm/IR/VectorTypeUtils.h>

bool
isVectorizedStructTy(StructType* StructTy);

Parameters

NameDescription
StructTyClass to represent struct types. There are two different kinds of struct types: Literal structs and Identified structs.