Searched refs:indirectFuncVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 442 cir::FuncType indirectFuncTy, mlir::Value indirectFuncVal, in emitCallLikeOp() argument 457 op = builder.createIndirectCallOp(callLoc, indirectFuncVal, indirectFuncTy, in emitCallLikeOp() 581 mlir::Value indirectFuncVal; in emitCall() local 594 indirectFuncVal = calleePtr->getResult(0); in emitCall() 599 emitCallLikeOp(*this, loc, indirectFuncTy, indirectFuncVal, directFuncOp, in emitCall()
|