Searched refs:isValidArgumentType (Results 1 – 5 of 5) sorted by relevance
291 assert(isValidArgumentType(Params[i]) && in FunctionType()336 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
120 static bool isValidArgumentType(Type *ArgTy);
126 static bool isValidArgumentType(Type *ArgTy);
1809 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
2600 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()