Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2708 Type shapedConditionType = getI1SameShape(resultType); in verify() local
2709 if (conditionType != shapedConditionType) in verify()
2713 << shapedConditionType << ", but got " << conditionType; in verify()