Searched refs:checkIntFloatCast (Results 1 – 1 of 1) sorted by relevance
1039 static bool checkIntFloatCast(TypeRange inputs, TypeRange outputs) { in checkIntFloatCast() function1054 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()