Searched refs:IsLong (Results 1 – 2 of 2) sorted by relevance
105 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
620 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()