Searched defs:shaped (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/mlir/lib/Dialect/Arith/Transforms/ | ||
| H A D | EmulateUnsupportedFloats.cpp | 112 if (auto shaped = dyn_cast<ShapedType>(type)) populateEmulateUnsupportedFloatsConversions() local |
| /llvm-project/mlir/lib/Dialect/Math/Transforms/ | ||
| H A D | PolynomialApproximation.cpp | 335 if (auto shaped = dyn_cast<ShapedType>(origType)) { insertCasts() local |
| /llvm-project/mlir/lib/Dialect/Transform/IR/ | ||
| H A D | TransformOps.cpp | 1765 if (auto shaped = dyn_cast<ShapedType>(type)) { apply() local |