Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp792 template <typename... ShapedTypes, typename... ElementTypes>
793 static Type getUnderlyingType(Type type, type_list<ShapedTypes...>, in getUnderlyingType() argument
795 if (type.isa<ShapedType>() && !type.isa<ShapedTypes...>()) in getUnderlyingType()