Lines Matching defs:result
1585 // If we know how to interpret the result or if the users only care
1608 // the result type unless we deopt for -0 inputs.
1735 // If the result is truncated, we only need to check the inputs.
2044 // Do not bypass the type conversion when the result type is i64.
2419 // (c) the uses are truncating and the result is in the safe
2466 // (c) the uses are truncating and the result is in the safe
2527 // If the result is truncated, we only need to check the inputs.
2711 // will continue to hold. Moreover, since the RHS is 0, the result
4589 Node* result = graph()->NewNode(machine()->Float64RoundUp().placeholder(),
4595 graph()->NewNode(machine()->Float64Sub(), result, one_half), input),
4596 result, graph()->NewNode(machine()->Float64Sub(), result, one));