Searched refs:IntTypeMap (Results 1 – 1 of 1) sorted by relevance
357 std::map<unsigned, SPIRVTypeInt*> IntTypeMap; member in SPIRV::SPIRVModuleImpl682 auto Loc = IntTypeMap.find(BitWidth); in addIntegerType()683 if (Loc != IntTypeMap.end()) in addIntegerType()686 IntTypeMap[BitWidth] = Ty; in addIntegerType()