Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp97 static bool eachHasOnlyOneOfTypes(TypeRange typeRange) { in eachHasOnlyOneOfTypes() argument
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp1521 if (std::optional<TypeRange> typeRange = result.dyn_cast<TypeRange>()) { in processNativeFunResults() local