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

References

lib/Analysis/VectorUtils.cpp
  333   assert(Depth <= MaxDepth && "Limit Search Depth");
  349   if (Depth++ == MaxDepth)
  355     return isSplatValue(X, Depth) && isSplatValue(Y, Depth);
  355     return isSplatValue(X, Depth) && isSplatValue(Y, Depth);
  359     return isSplatValue(X, Depth) && isSplatValue(Y, Depth) &&
  359     return isSplatValue(X, Depth) && isSplatValue(Y, Depth) &&
  360            isSplatValue(Z, Depth);