Searched refs:TypedCallOperator (Results 1 – 3 of 3) sorted by relevance
541 auto builtinOp = TypedCallOperator(hirGate, MachineType::I64, inList, isSideEffect); in TypedCallBuiltin()
544 …GateRef TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<GateRef>& inList, b…
629 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() function in panda::ecmascript::kungfu::CircuitBuilder