Home
last modified time | relevance | path

Searched refs:Int32DivWithCheck (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp335 result = builder_.Int32DivWithCheck(left, right); in VisitNumberDiv()
Dgate_meta_data.h223 … V(Int32DivWithCheck, INT32_DIV_WITH_CHECK, GateFlags::CHECKABLE, 1, 1, 2) \
Dcircuit_builder.cpp688 GateRef CircuitBuilder::Int32DivWithCheck(GateRef left, GateRef right) in Int32DivWithCheck() function in panda::ecmascript::kungfu::CircuitBuilder
694 GateRef ret = GetCircuit()->NewGate(circuit_->Int32DivWithCheck(), in Int32DivWithCheck()
Dcircuit_builder.h289 GateRef Int32DivWithCheck(GateRef left, GateRef right);