Lines Matching defs:overflow
841 Node* overflow =
843 trap_->ZeroCheck64(kTrapFloatUnrepresentable, overflow);
850 Node* overflow =
852 trap_->ZeroCheck64(kTrapFloatUnrepresentable, overflow);
859 Node* overflow =
861 trap_->ZeroCheck64(kTrapFloatUnrepresentable, overflow);
868 Node* overflow =
870 trap_->ZeroCheck64(kTrapFloatUnrepresentable, overflow);
1122 // Truncation of the input value is needed for the overflow check later.
1129 // truncated input value, then there has been an overflow and we trap.
1131 Node* overflow = Binop(wasm::kExprF64Ne, f64_trunc, check);
1132 trap_->AddTrapIfTrue(kTrapFloatUnrepresentable, overflow);
1140 // Truncation of the input value is needed for the overflow check later.
1145 // truncated input value, then there has been an overflow and we trap.
1147 Node* overflow = Binop(wasm::kExprF64Ne, trunc, check);
1148 trap_->AddTrapIfTrue(kTrapFloatUnrepresentable, overflow);
1156 // Truncation of the input value is needed for the overflow check later.
1163 // truncated input value, then there has been an overflow and we trap.
1165 Node* overflow = Binop(wasm::kExprF64Ne, f64_trunc, check);
1166 trap_->AddTrapIfTrue(kTrapFloatUnrepresentable, overflow);
1174 // Truncation of the input value is needed for the overflow check later.
1179 // truncated input value, then there has been an overflow and we trap.
1181 Node* overflow = Binop(wasm::kExprF64Ne, trunc, check);
1182 trap_->AddTrapIfTrue(kTrapFloatUnrepresentable, overflow);