Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp440 if (auto fromIntType = operand.getType().dyn_cast<IntegerType>()) { in cast() local
442 if (toIntType.getWidth() > fromIntType.getWidth()) { in cast()
447 if (toIntType.getWidth() < fromIntType.getWidth()) in cast()