ΒΆstd::string getName(llvm::Intrinsic::ID id,
ArrayRef<llvm::Type*> Tys)
std::string getName(llvm::Intrinsic::ID id,
ArrayRef<llvm::Type*> Tys)
Description
Return the LLVM name for an intrinsic, such as "llvm.ppc.altivec.lvx". Note, this version of getName supports overloads, but is less efficient than the StringRef version of this function. If no overloads are requried, it is safe to use this version, but better to use the StringRef version.
Declared at: llvm/include/llvm/IR/Intrinsics.h:59
Parameters
- llvm::Intrinsic::ID id
- ArrayRef<llvm::Type*> Tys