Searched refs:BinaryOpWithOverflow (Results 1 – 5 of 5) sorted by relevance
307 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
897 inline GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
604 inline GateRef StubBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function606 return env_->GetBuilder()->BinaryOpWithOverflow<Op, Type>(x, y); in BinaryOpWithOverflow()
811 GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
7409 …auto res = BinaryOpWithOverflow<Op, MachineType::I32>(GetInt32OfTInt(left), GetInt32OfTInt(right)); in FastAddSubAndMul()