llvm::IntrinsicInst::mayLowerToFunctionCall

Check if the intrinsic might lower into a regular function call in the course of IR transformations.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

static
bool
mayLowerToFunctionCall(Intrinsic::ID IID);

Return Value

True if the intrinsic might lower into a regular function call in the course of IR transformations.

Parameters

NameDescription
IIDIntrinsic identifier to test.