Home
last modified time | relevance | path

Searched refs:ConvertUInt32ToBool (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp613 return builder_.ConvertUInt32ToBool(gate); in CheckAndConvertToBool()
Dcircuit_builder.h306 GateRef ConvertUInt32ToBool(GateRef gate);
Dcircuit_builder.cpp417 GateRef CircuitBuilder::ConvertUInt32ToBool(GateRef gate) in ConvertUInt32ToBool() function in panda::ecmascript::kungfu::CircuitBuilder