Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp357 std::map<unsigned, SPIRVTypeInt*> IntTypeMap; member in SPIRV::SPIRVModuleImpl
682 auto Loc = IntTypeMap.find(BitWidth); in addIntegerType()
683 if (Loc != IntTypeMap.end()) in addIntegerType()
686 IntTypeMap[BitWidth] = Ty; in addIntegerType()