Check if the intrinsic might lower into a regular function call in the course of IR transformations.
Declared in <llvm/IR/IntrinsicInst.h>
static
bool
mayLowerToFunctionCall(Intrinsic::ID IID);
True if the intrinsic might lower into a regular function call in the course of IR transformations.
| Name | Description |
|---|---|
| IID | Intrinsic identifier to test. |