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.

Synopsis

Declared in <llvm/Analysis/VectorUtils.h>

Value*
findScalarElement(
    Value* V,
    unsigned int EltNo);

Return Value

LLVM Value Representation

Parameters

Name

Description

V

LLVM Value Representation

Created with MrDocs