Searched defs:isValidArgumentType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 363 bool FunctionType::isValidArgumentType(Type *ArgTy) { isValidArgumentType() function in FunctionType |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ | ||
H A D | LLVMTypes.cpp | 210 bool LLVMFunctionType::isValidArgumentType(Type type) { in isValidArgumentType() function in LLVMFunctionType |