Searched refs:elemType (Results 1 – 2 of 2) sorted by relevance
53 auto elemType = m.getIntType(32); in TEST_F() local54 VariableInst *buffer = AddBuffer(elemType, 2, b, &m); in TEST_F()
816 GlobalSection::getRuntimeArrayType(Instruction *elemType) { in getRuntimeArrayType() argument823 return mBuilder->MakeTypeRuntimeArray(elemType); in getRuntimeArrayType()