Home
last modified time | relevance | path

Searched refs:CPSTy (Results 1 – 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1292 auto CPSTy = M->getTypeByName(CPSName); in oclTransConstantPipeStorage() local
1293 if (!CPSTy) { in oclTransConstantPipeStorage()
1295 CPSTy = StructType::create(*Context, CPSElemsTy, CPSName); in oclTransConstantPipeStorage()
1298 assert(CPSTy != nullptr && "Could not create spirv.ConstantPipeStorage"); in oclTransConstantPipeStorage()
1306 return new GlobalVariable(*M, CPSTy, false, GlobalValue::LinkOnceODRLinkage, in oclTransConstantPipeStorage()
1307 ConstantStruct::get(CPSTy, CPSElems), BCPS->getName(), in oclTransConstantPipeStorage()