Lines Matching defs:trunc
2130 Node* trunc, Node* converted_value) {
2133 return builder->Binop(NeOp(float_ty), trunc, check);
2136 trunc, builder->graph()->start());
2141 const MachineType& float_ty, Node* trunc,
2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc,
2159 Node* trunc = nullptr;
2164 trunc = Unop(TruncOp(float_ty), input);
2165 converted_value = graph()->NewNode(conv_op, trunc);
2167 trunc = graph()->NewNode(conv_op, input);
2169 trunc, graph()->start());
2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value);
2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc,