Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVTypeInt

192   virtual SPIRVTypeInt *addIntegerType(unsigned BitWidth);
222 virtual SPIRVValue *addIntegerConstant(SPIRVTypeInt *, uint64_t);
357 std::map<unsigned, SPIRVTypeInt*> IntTypeMap;
680 SPIRVTypeInt *
685 auto Ty = new SPIRVTypeInt(this, getId(), BitWidth, false);
887 return addIntegerConstant(static_cast<SPIRVTypeInt*>(Ty), V);
892 SPIRVModuleImpl::addIntegerConstant(SPIRVTypeInt *Ty, uint64_t V) {