Searched refs:structType (Results 1 – 2 of 2) sorted by relevance
353 #define LAC_IDX_OF(structType, member) \ argument354 (offsetof(structType, member) / sizeof(((structType *)0)->member))
4055 StructType *structType; in emitGlobalConstantImpl() local4056 if (AliasList && (structType = llvm::dyn_cast<StructType>(CV->getType()))) { in emitGlobalConstantImpl()4057 unsigned numElements = {structType->getNumElements()}; in emitGlobalConstantImpl()4060 const StructLayout *Layout = DL.getStructLayout(structType); in emitGlobalConstantImpl()