Returns true if StructTy is an unpacked (non‐packed) literal struct.
Synopsis
Declared in <llvm/IR/VectorTypeUtils.h>
bool
isUnpackedStructLiteral(StructType* StructTy);
Return Value
True if StructTy is an unpacked literal struct.
Parameters
Name |
Description |
StructTy |
Struct type to test. |
Created with MrDocs