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