Searched defs:fn_type (Results 1 – 6 of 6) sorted by relevance
272 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_reader() local332 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_writer() local
60 FunctionType fn_type = fn.getFunctionType(); in CallFn() local
65 LLVMTypeRef fn_type; member
3080 llvm::FunctionType* fn_type = in EmitTracingStart() local3112 llvm::FunctionType* fn_type = in EmitTracingEnd() local
757 #define _PJRT_API_STRUCT_FIELD(fn_type) fn_type* fn_type argument
3685 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMTypeRef fn_type, LLVMValueRef func, LLV… in ac_build_call()