Searched defs:CallOpInterfaceLowering (Results 1 – 1 of 1) sorted by relevance
489 struct CallOpInterfaceLowering : public ConvertOpToLLVMPattern<CallOpType> { struct491 using Super = CallOpInterfaceLowering<CallOpType>;492 using Base = ConvertOpToLLVMPattern<CallOpType>;495 matchAndRewrite(CallOpType callOp, typename CallOpType::Adaptor adaptor, in matchAndRewrite()