Searched refs:isValidArgumentType (Results 1 – 4 of 4) sorted by relevance
311 assert(isValidArgumentType(Params[i]) && in FunctionType()356 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
120 static bool isValidArgumentType(Type *ArgTy);
1846 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2845 if (!FunctionType::isValidArgumentType(ArgTy)) in parseArgumentList()