Lines Matching refs:float_ty
2129 const MachineType& int_ty, const MachineType& float_ty,
2133 return builder->Binop(NeOp(float_ty), trunc, check);
2141 const MachineType& float_ty, Node* trunc,
2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc,
2157 const MachineType float_ty = FloatConvertType(opcode);
2164 trunc = Unop(TruncOp(float_ty), input);
2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value);
2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc,
2188 Node* nan_test = Binop(NeOp(float_ty), input, input);
2191 Node* neg_test = Binop(LtOp(float_ty), input, Zero(this, float_ty));
2423 const MachineType float_ty = FloatConvertType(opcode);
2426 ElementSizeInBytes(float_ty.representation()));
2430 StoreRepresentation(float_ty.representation(), kNoWriteBarrier);
2443 Node* nan_test = Binop(NeOp(float_ty), input, input);
2446 Node* neg_test = Binop(LtOp(float_ty), input, Zero(this, float_ty));