Searched refs:getRuntimeArrayType (Results 1 – 5 of 5) sorted by relevance
51 auto ArrTy = m->getRuntimeArrayType(VF4Ty); in TEST()64 auto ArrTy2 = m->getRuntimeArrayType(VF4Ty); in TEST()
162 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);417 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
311 TypeRuntimeArrayInst *Module::getRuntimeArrayType(Instruction *elementType) { in getRuntimeArrayType() function in android::spirit::Module312 return getGlobalSection()->getRuntimeArrayType(elementType); in getRuntimeArrayType()816 GlobalSection::getRuntimeArrayType(Instruction *elemType) { in getRuntimeArrayType() function in android::spirit::GlobalSection
52 auto MetadataBufSTy = m->getRuntimeArrayType(MetadataStructTy); in AddGAMetadata()
41 auto ArrTy = m->getRuntimeArrayType(elementType); in AddBuffer()