Searched refs:getStructType (Results 1 – 5 of 5) sorted by relevance
164 TypeStructInst *getStructType(Instruction *fieldType[], int numField);165 TypeStructInst *getStructType(const std::vector<Instruction *> &fieldType);166 TypeStructInst *getStructType(Instruction *field0Type);167 TypeStructInst *getStructType(Instruction *field0Type,169 TypeStructInst *getStructType(Instruction *field0Type,417 TypeStructInst *getStructType(Instruction *fieldType[], int numField);
53 auto StructTy = m->getStructType(ArrTy); in TEST()67 auto StructTy2 = m->getStructType(ArrTy2); in TEST()
308 TypeStructInst *Module::getStructType(Instruction *fieldType[], int numField) { in getStructType() function in android::spirit::Module309 return getGlobalSection()->getStructType(fieldType, numField); in getStructType()312 TypeStructInst *Module::getStructType(Instruction *fieldType) { in getStructType() function in android::spirit::Module313 return getStructType(&fieldType, 1); in getStructType()803 TypeStructInst *GlobalSection::getStructType(Instruction *fieldType[], in getStructType() function in android::spirit::GlobalSection
41 auto MetadataStructTy = m->getStructType(metadata.data(), metadata.size()); in AddGAMetadata()56 auto MetadataSSBO = m->getStructType(MetadataBufSTy); in AddGAMetadata()
44 auto StructTy = m->getStructType(ArrTy); in AddBuffer()