Lines Matching defs:inputs
820 static bool areValidCastInputsAndOutputs(TypeRange inputs, TypeRange outputs) { in areValidCastInputsAndOutputs()
857 static bool checkWidthChangeCast(TypeRange inputs, TypeRange outputs) { in checkWidthChangeCast()
891 bool arith::ExtUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
920 bool arith::ExtSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
937 bool arith::ExtFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
975 bool arith::TruncIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1008 bool arith::TruncFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1039 static bool checkIntFloatCast(TypeRange inputs, TypeRange outputs) { in checkIntFloatCast()
1053 bool arith::UIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1079 bool arith::SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1104 bool arith::FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1130 bool arith::FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()
1156 bool arith::IndexCastOp::areCastCompatible(TypeRange inputs, in areCastCompatible()
1189 bool arith::BitcastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible()