Searched refs:getBitWidthStr (Results 1 – 1 of 1) sorted by relevance
10123 const string getBitWidthStr (ConversionDataType type) in getBitWidthStr() function10270 if (isInt(type)) return prefix + "int" + getBitWidthStr(type); in getTypeName()10271 else if (isFloat(type)) return prefix + "float" + getBitWidthStr(type); in getTypeName()10300 return prefix + getBitWidthStr(type); in getAsmTypeName()