Lines Matching refs:converted_value
2130 Node* trunc, Node* converted_value) {
2132 Node* check = builder->Unop(ConvertBackOp(opcode), converted_value);
2142 Node* converted_value) {
2144 converted_value);
2160 Node* converted_value = nullptr;
2165 converted_value = graph()->NewNode(conv_op, trunc);
2168 converted_value = graph()->NewNode(mcgraph()->common()->Projection(0),
2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value);
2179 return converted_value;
2182 return converted_value;
2185 converted_value);
2198 return tl_d.Phi(int_ty.representation(), nan_val, converted_value);