Searched defs:notOp (Results 1 – 4 of 4) sorted by relevance
294 static constexpr auto notOp{attempt(logicalOp(".NOT.", ".N.") >> andOperand)}; in Parse() local
670 if (auto notOp = op.getDefiningOp<spirv::NotOp>()) in fold() local756 if (auto notOp = op.getDefiningOp<spirv::LogicalNotOp>()) in fold() local
68 auto notOp = op.getPred().getDefiningOp<tosa::LogicalNotOp>(); in canonicalize() local
998 matchAndRewrite(SPIRVOp notOp,typename SPIRVOp::Adaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument