Home
last modified time | relevance | path

Searched refs:MaxMinIOpConverter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DExpandOps.cpp176 struct MaxMinIOpConverter : public OpRewritePattern<OpTy> { struct
230 MaxMinIOpConverter<MaxSIOp, arith::CmpIPredicate::sgt>, in populateArithmeticExpandOpsPatterns()
231 MaxMinIOpConverter<MaxUIOp, arith::CmpIPredicate::ugt>, in populateArithmeticExpandOpsPatterns()
232 MaxMinIOpConverter<MinSIOp, arith::CmpIPredicate::slt>, in populateArithmeticExpandOpsPatterns()
233 MaxMinIOpConverter<MinUIOp, arith::CmpIPredicate::ult> in populateArithmeticExpandOpsPatterns()