Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h139 static bool isValidArgumentType(Type type);
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp351 assert(isValidArgumentType(Params[i]) && in FunctionType()
396 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp104 bool LLVMFunctionType::isValidArgumentType(Type type) { in isValidArgumentType() function in LLVMFunctionType
161 if (!isValidArgumentType(arg)) in verify()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h121 static bool isValidArgumentType(Type *ArgTy);
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2312 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2659 if (!FunctionType::isValidArgumentType(ArgTy)) in parseArgumentList()