Home
last modified time | relevance | path

Searched refs:ConvertFloat64ToBool (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.h79 GateRef ConvertFloat64ToBool(GateRef gate);
Dlcr_lowering.cpp254 result = ConvertFloat64ToBool(value); in LowerConvert()
293 result = ConvertFloat64ToBool(doubleVal); in ConvertTaggedNumberToBool()
498 GateRef LCRLowering::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool() function in panda::ecmascript::kungfu::LCRLowering
Dnumber_speculative_retype.cpp615 return builder_.ConvertFloat64ToBool(gate); in CheckAndConvertToBool()
Dcircuit_builder.h299 GateRef ConvertFloat64ToBool(GateRef gate);
Dcircuit_builder.cpp422 GateRef CircuitBuilder::ConvertFloat64ToBool(GateRef gate) in ConvertFloat64ToBool() function in panda::ecmascript::kungfu::CircuitBuilder