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