Searched refs:getBitWidthStr (Results 1 – 1 of 1) sorted by relevance
7942 const string getBitWidthStr (IntegerType type) in getBitWidthStr() function7986 return prefix + "int" + getBitWidthStr(type); in getTypeName()7997 return "OpTypeInt " + getBitWidthStr(type) + sign; in getAsmTypeDeclaration()