Home
last modified time | relevance | path

Searched defs:getFunctionTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h168 static LLVMType getFunctionTy(LLVMType result, bool isVarArg) { in getFunctionTy() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp203 LLVMType LLVMType::getFunctionTy(LLVMType result, ArrayRef<LLVMType> params, in getFunctionTy() function in LLVMType