Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h208 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord) = 0;
DSPIRVModule.cpp204 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord);
727 SPIRVModuleImpl::addVectorType(SPIRVType* CompType, SPIRVWord CompCount) { in addVectorType() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp523 return mapType(T, BM->addVectorType(transType(T->getVectorElementType()), in transType()