Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1039 static bool checkIntFloatCast(TypeRange inputs, TypeRange outputs) { in checkIntFloatCast() function
1054 return checkIntFloatCast<IntegerType, FloatType>(inputs, outputs); in areCastCompatible()
1080 return checkIntFloatCast<IntegerType, FloatType>(inputs, outputs); in areCastCompatible()
1105 return checkIntFloatCast<FloatType, IntegerType>(inputs, outputs); in areCastCompatible()
1131 return checkIntFloatCast<FloatType, IntegerType>(inputs, outputs); in areCastCompatible()