Method LookupId
LookupId(String)
Looks up the LLVM intrinsic ID from it's name
Declaration
public static uint LookupId(string name)
Parameters
public static uint LookupId(string name)
String | name | Name of the intrinsic |
Returns
UInt32 | Intrinsic ID or 0 if the name does not correspond with an intrinsic function |