Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h203 virtual SPIRVTypeInt *addIntegerType(unsigned) = 0;
DSPIRVModule.cpp192 virtual SPIRVTypeInt *addIntegerType(unsigned BitWidth);
475 auto Ty = addIntegerType(32); in getLiteralAsConstant()
681 SPIRVModuleImpl::addIntegerType(unsigned BitWidth) { in addIntegerType() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp455 return mapType(T, BM->addIntegerType(T->getIntegerBitWidth())); in transType()