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

References

lib/Analysis/BasicAliasAnalysis.cpp
 1470     for (unsigned i = 0, e = DecompGEP1.VarIndices.size(); i != e; ++i) {
 1470     for (unsigned i = 0, e = DecompGEP1.VarIndices.size(); i != e; ++i) {
 1476       Modulo |= DecompGEP1.VarIndices[i].Scale;
 1482         const Value *V = DecompGEP1.VarIndices[i].V;
 1490         bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V);
 1497         APInt Scale = DecompGEP1.VarIndices[i].Scale;