Assignment operators
Synopses
Declared in <llvm/Analysis/TargetLibraryInfo.h>
Copy‐assign from TLI.
TargetLibraryInfoImpl&
operator=(TargetLibraryInfoImpl const& TLI);
Move‐assign from TLI.
Return Value
Reference to this target library info.
Parameters
Name |
Description |
TLI |
Target library info to copy. |
Created with MrDocs