Return the maximum vectorization factor for the element width and opcode.
Declared in <llvm/Analysis/TargetTransformInfoImpl.h>
virtual
unsigned int
getMaximumVF(
unsigned int ElemWidth,
unsigned int Opcode) const;
The maximum VF for the given element width and opcode, or 0.
| Name | Description |
|---|---|
| ElemWidth | Element bit width. |
| Opcode | Instruction opcode. |