Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp857 static bool checkWidthChangeCast(TypeRange inputs, TypeRange outputs) { in checkWidthChangeCast() function
892 return checkWidthChangeCast<std::greater, IntegerType>(inputs, outputs); in areCastCompatible()
921 return checkWidthChangeCast<std::greater, IntegerType>(inputs, outputs); in areCastCompatible()
938 return checkWidthChangeCast<std::greater, FloatType>(inputs, outputs); in areCastCompatible()
976 return checkWidthChangeCast<std::less, IntegerType>(inputs, outputs); in areCastCompatible()
1009 return checkWidthChangeCast<std::less, FloatType>(inputs, outputs); in areCastCompatible()