ΒΆllvm::Value* findScalarElement(llvm::Value* V,
                               unsigned int EltNo)

Description

Given a vector and an element number, see if the scalar value is already around as a register, for example if it were inserted then extracted from the vector.

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

Parameters

llvm::Value* V
unsigned int EltNo