Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp327 bool allInteger = isInteger(arg0) && isInteger(arg1); in buildBinaryFn() local
328 bool allBool = allInteger && arg0.getType().getIntOrFloatBitWidth() == 1 && in buildBinaryFn()
330 if (!allComplex && !allFloatingPoint && !allInteger) in buildBinaryFn()