Home
last modified time | relevance | path

Searched defs:AndIOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h27 class AndIOp; variable
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp61 .Case([](arith::AndIOp) { return arith::AtomicRMWKind::andi; }) in getSupportedReduction()