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