Searched defs:isPointerType (Results 1 – 2 of 2) sorted by relevance
221 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType() function
194 static bool isPointerType(StringView S) { in isPointerType() function