Searched refs:funcPtr (Results 1 – 1 of 1) sorted by relevance
70 CIRGenCallee(const CIRGenCalleeInfo &abstractInfo, mlir::Operation *funcPtr) in CIRGenCallee() argument71 : kindOrFunctionPtr(SpecialKind(reinterpret_cast<uintptr_t>(funcPtr))), in CIRGenCallee()73 assert(funcPtr && "configuring callee without function pointer"); in CIRGenCallee()77 forDirect(mlir::Operation *funcPtr,79 return CIRGenCallee(abstractInfo, funcPtr);