Searched refs:reductionOp (Results 1 – 2 of 2) sorted by relevance
106 OptionalAttr<OpenACC_ReductionOpAttr>:$reductionOp,353 OptionalAttr<OpenACC_ReductionOpAttr>:$reductionOp,
545 auto reductionOp = cast<vector::ReductionOp>(op); in matchAndRewrite() local546 auto kind = reductionOp.kind(); in matchAndRewrite()547 Type eltType = reductionOp.dest().getType(); in matchAndRewrite()