psyclone.psyir.symbols.intrinsic_symbol#
This module contains the IntrinsicSymbol.
Classes#
IntrinsicSymbol: Symbol identifying a callable intrinsic routine.
- class psyclone.psyir.symbols.intrinsic_symbol.IntrinsicSymbol(name, intrinsic, **kwargs)[source]#
Symbol identifying a callable intrinsic routine.
- Parameters:
name (str) – name of the symbol.
intrinsic (
psyclone.psyir.nodes.IntrinsicCall.Intrinsic) – the intrinsic enum describing this Symbol.kwargs (unwrapped dict.) – additional keyword arguments provided by
psyclone.psyir.symbols.TypedSymbol
# TODO #2541: Currently name and the intrinsic should match, we really # just need the name, and make all the Intrinsic singature information # live inside the IntrinsicSymbol class.
Inheritance

- property intrinsic#
- Returns:
the intrinsic enum describing this Symbol.
- Return type: