Home
last modified time | relevance | path

Searched refs:newDiv (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp685 auto newDiv = builder_.Int64Div(m.Left().Gate(), builder_.Int64(abs(m.Right().ResolvedValue()))); in ReduceInt64Div() local
686 auto newGate = builder_.Int64Sub(builder_.Int64(0), newDiv); in ReduceInt64Div()
722 auto newDiv = builder_.Int32Div(m.Left().Gate(), builder_.Int32(abs(m.Right().ResolvedValue()))); in ReduceInt32Div() local
723 auto newGate = builder_.Int32Sub(builder_.Int32(0), newDiv); in ReduceInt32Div()

Completed in 2 milliseconds