Returns intrinsic ID for call. For the input call instruction it finds mapping intrinsic and returns its intrinsic ID, in case it does not found it return not_intrinsic.

Synopsis

Declared in <llvm/Analysis/VectorUtils.h>

Intrinsic::ID
getVectorIntrinsicIDForCall(
    CallInst const* CI,
    TargetLibraryInfo const* TLI);

Parameters

Name

Description

CI

This class represents a function call, abstracting a target machine's calling convention. This class uses low bit of the SubClassData field to indicate whether or not this is a tail call. The rest of the bits hold the calling convention of the call.

TLI

Provides information about what library functions are available for the current target.

Created with MrDocs