Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp82 … auto convert = builder.TypeConvert(MachineType::I64, GateType::NJSValue(), GateType::NumberType(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h1014 auto numberconvert = TypeConvert(MachineType::I64, type.GetGateType(), GateType::NumberType(), in PrimitiveToNumber()
Dcircuit_builder.h277 …GateRef TypeConvert(MachineType type, GateType typeFrom, GateType typeTo, const std::vector<GateRe…
Dcircuit_builder.cpp701 GateRef CircuitBuilder::TypeConvert(MachineType type, GateType typeFrom, GateType typeTo, in TypeConvert() function in panda::ecmascript::kungfu::CircuitBuilder