ΒΆbool isTriviallyVectorizable(Intrinsic::ID ID)

Description

Identify if the intrinsic is trivially vectorizable. This method returns true if the intrinsic's argument types are all scalars for the scalar form of the intrinsic and all vectors (or scalars handled by hasVectorInstrinsicScalarOpd) for the vector form of the intrinsic.

Declared at: llvm/include/llvm/Analysis/VectorUtils.h:188

Parameters

Intrinsic::ID ID