reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  101   unsigned getWidth() const { return Width.Value; }
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
   88     IsVectorized.Value = Width.Value == 1 && Interleave.Value == 1;
  160         if (Width.Value != 0)
  161           R << ", Vector Width=" << NV("VectorWidth", Width.Value);
  227   Hint *Hints[] = {&Width, &Interleave, &Force, &IsVectorized, &Predicate};