Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp96 static bool eachHasOnlyOneOfTypes(TypeRange typeRange) { in eachHasOnlyOneOfTypes() function
101 static bool eachHasOnlyOneOfTypes(TypeRange l, ranges... rs) { in eachHasOnlyOneOfTypes() function
102 return eachHasOnlyOneOfTypes<Ty...>(l) && eachHasOnlyOneOfTypes<Ty...>(rs...); in eachHasOnlyOneOfTypes()
411 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()
1106 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()
1282 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()
1410 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()
1447 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()
1548 return eachHasOnlyOneOfTypes<SizeType, IndexType>(l, r); in isCompatibleReturnTypes()