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

References

lib/Analysis/ValueTracking.cpp
 1637   assert(Depth <= MaxDepth && "Limit Search Depth");
 1708   if (Depth == MaxDepth)
 1715       computeKnownBits(GA->getAliasee(), Known, Depth + 1, Q);
 1720     computeKnownBitsFromOperator(I, Known, Depth, Q);
 1733   computeKnownBitsFromAssume(V, Known, Depth, Q);