Searched refs:BinaryOpWithOverflow (Results 1 – 5 of 5) sorted by relevance
337 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
1050 inline GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
728 inline GateRef StubBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function730 return env_->GetBuilder()->BinaryOpWithOverflow<Op, Type>(x, y); in BinaryOpWithOverflow()
972 GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
8486 …auto res = BinaryOpWithOverflow<Op, MachineType::I32>(GetInt32OfTInt(left), GetInt32OfTInt(right)); in FastAddSubAndMul()