Searched refs:isValidArgumentType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp291 assert(isValidArgumentType(Params[i]) &&
336 bool FunctionType::isValidArgumentType(Type *ArgTy) { function in class:FunctionType
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h126 static bool isValidArgumentType(Type *ArgTy);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1809 if (!FunctionType::isValidArgumentType(T))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2600 if (!FunctionType::isValidArgumentType(ArgTy))

Completed in 99 milliseconds