llvm::Intrinsic::getBaseName

Return the LLVM name for an intrinsic, without encoded types for overloading, such as "llvm.ssa.copy".

Synopsis

Declared in <llvm/IR/Intrinsics.h>

StringRef
getBaseName(ID id);

Return Value

The unmangled LLVM name of the intrinsic.

Parameters

NameDescription
idIntrinsic ID whose base name is requested.