Method LookupId
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
LookupId(LazyEncodedString)
Looks up the LLVM intrinsic ID from it's name
public static uint LookupId(LazyEncodedString name)
Parameters
name
LazyEncodedStringName of the intrinsic
Returns
- uint
Intrinsic ID or 0 if the name does not correspond with an intrinsic function