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

References

lib/Analysis/BasicAliasAnalysis.cpp
 1335       isGEPBaseAtNegativeOffset(GEP1, DecompGEP1, DecompGEP2, V2Size))
 1353     if ((BaseAlias == MayAlias) && V1Size == V2Size) {
 1356           UnderlyingV1, V1Size, V1AAInfo, UnderlyingV2, V2Size, V2AAInfo, AAQI);
 1387       AliasResult R = aliasSameBasePointerGEPs(GEP1, V1Size, GEP2, V2Size, DL);
 1408     if (V1Size == LocationSize::unknown() && V2Size == LocationSize::unknown())
 1444       if (V2Size != LocationSize::unknown()) {
 1445         if (GEP1BaseOffset.ult(V2Size.getValue()))
 1459           V2Size != LocationSize::unknown()) {
 1510         V2Size != LocationSize::unknown() && ModOffset.uge(V2Size.getValue()) &&
 1510         V2Size != LocationSize::unknown() && ModOffset.uge(V2Size.getValue()) &&
 1518         V2Size != LocationSize::unknown() &&
 1519         GEP1BaseOffset.uge(V2Size.getValue()))
 1522     if (constantOffsetHeuristic(DecompGEP1.VarIndices, V1Size, V2Size,