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

References

lib/Analysis/ValueTracking.cpp
 2670   assert(Depth <= MaxDepth && "Limit Search Depth");
 2698   if (Depth == MaxDepth) return false;  // Limit search depth.
 2711                            LookThroughSExt, Depth+1);
 2729     if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {
 2753     if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {