Searched refs:getFunctionResultType (Results 1 – 7 of 7) sorted by relevance
199 if (!mainFunction.getType().getFunctionResultType().isIntegerTy(32)) in checkCompatibleReturnType()205 if (!mainFunction.getType().getFunctionResultType().isIntegerTy(64)) in checkCompatibleReturnType()211 if (!mainFunction.getType().getFunctionResultType().isFloatTy()) in checkCompatibleReturnType()
61 StringRef funcName = getFunctionName(funcType.getFunctionResultType()); in matchAndRewrite()
295 loc, const_cast<LLVM::LLVMType &>(functionType).getFunctionResultType(), in create()
614 op.getResult(0).getType() != fnType.getFunctionResultType()) in verify()617 << " != " << fnType.getFunctionResultType(); in verify()1427 LLVMType returnType = fnType.getFunctionResultType(); in printLLVMFuncOp()1468 if (getType().getFunctionResultType().isVoidTy()) in getNumFuncResults()
126 LLVMType LLVMType::getFunctionResultType() { in getFunctionResultType() function in LLVMType
121 LLVMType getFunctionResultType();
416 LLVMType resultType = func.getType().getFunctionResultType();