ΒΆvoid getVectorVariantNames(
    const llvm::CallInst& CI,
    SmallVectorImpl<std::string>& VariantMappings)

Description

Populates a set of strings representing the Vector Function ABI variants associated to the CallInst CI.

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

Parameters

const llvm::CallInst& CI
SmallVectorImpl<std::string>& VariantMappings