Searched refs:getInstTypeCode (Results 1 – 1 of 1) sorted by relevance
510 std::string getInstTypeCode(Type T, ClassKind CK) const;1010 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { in getInstTypeCode() function in Intrinsic1124 std::string typeCode = getInstTypeCode(BaseType, LocalCK); in mangleName()1143 S += "_" + getInstTypeCode(InBaseType, LocalCK); in mangleName()