Home
last modified time | relevance | path

Searched refs:RunFloatToSignedInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.h185 bool RunFloatToSignedInt(GateRef gate);
Dcircuit_optimizer.cpp525 {OpCode::FLOAT_TO_SIGNED_INT, [&]() -> bool { return RunFloatToSignedInt(gate); }}, in Run()
1169 bool LatticeUpdateRuleSCCP::RunFloatToSignedInt(GateRef gate) in RunFloatToSignedInt() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP