Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Math/IR/
H A DMathDialect.cpp22 struct MathInlinerInterface : public DialectInlinerInterface { struct
26 bool isLegalToInline(Operation *, Region *, bool, IRMapping &) const final { in isLegalToInline()