Home
last modified time | relevance | path

Searched refs:isValidArgumentType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDerivedTypes.h118 static bool isValidArgumentType(Type *ArgTy);
/external/llvm/lib/IR/
DType.cpp349 assert(isValidArgumentType(Params[i]) && in FunctionType()
392 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
/external/llvm/lib/AsmParser/
DLLParser.cpp1882 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()