LLVM 22.0.0git
|
Describes how to get a value element. More...
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h"
Public Member Functions | |
ExtractElementDescr (Action *V, int ExtractIdx) | |
ExtractElementDescr (Value *V) | |
Action * | getValue () const |
Value * | getScalar () const |
bool | needsExtract () const |
int | getExtractIdx () const |
Describes how to get a value element.
If the value is a vector then it also provides the index to extract it from.
Definition at line 256 of file Legality.h.
|
inline |
Definition at line 262 of file Legality.h.
|
inline |
Definition at line 264 of file Legality.h.
|
inline |
Definition at line 268 of file Legality.h.
|
inline |
Definition at line 266 of file Legality.h.
|
inline |
Definition at line 265 of file Legality.h.
|
inline |
Definition at line 267 of file Legality.h.