Searched refs:isValidArgumentType (Results 1 – 3 of 3) sorted by relevance
318 assert(isValidArgumentType(Params[i]) && in FunctionType()363 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
121 static bool isValidArgumentType(Type *ArgTy);
2568 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()