Searched refs:addIntegerType (Results 1 – 3 of 3) sorted by relevance
203 virtual SPIRVTypeInt *addIntegerType(unsigned) = 0;
192 virtual SPIRVTypeInt *addIntegerType(unsigned BitWidth);475 auto Ty = addIntegerType(32); in getLiteralAsConstant()681 SPIRVModuleImpl::addIntegerType(unsigned BitWidth) { in addIntegerType() function in SPIRV::SPIRVModuleImpl
455 return mapType(T, BM->addIntegerType(T->getIntegerBitWidth())); in transType()