HomeSort by relevance Sort by last modified time
    Searched refs:addIntegerType (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 203 virtual SPIRVTypeInt *addIntegerType(unsigned) = 0;
SPIRVModule.cpp 192 virtual SPIRVTypeInt *addIntegerType(unsigned BitWidth);
475 auto Ty = addIntegerType(32);
681 SPIRVModuleImpl::addIntegerType(unsigned BitWidth) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 455 return mapType(T, BM->addIntegerType(T->getIntegerBitWidth()));
    [all...]

Completed in 367 milliseconds