Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1894 Type shapedConditionType = getI1SameShape(resultType); in verify() local
1895 if (conditionType != shapedConditionType) { in verify()
1898 << shapedConditionType << ", but got " in verify()