Home
last modified time | relevance | path

Searched refs:DecompGEP1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1034 DecomposedGEP DecompGEP1 = DecomposeGEPExpression(GEP1, DL, &AC, DT); in aliasGEP() local
1038 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()
1043 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()
1047 if (*DecompGEP1.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1048 V2Size.hasValue() && DecompGEP1.Offset.sge(V2Size.getValue()) && in aliasGEP()
1054 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1055 V1Size.hasValue() && DecompGEP1.Offset.sle(-V1Size.getValue()) && in aliasGEP()
1056 isBaseOfObject(DecompGEP1.Base)) in aliasGEP()
1062 if (DecompGEP1.Offset == 0 && DecompGEP1.VarIndices.empty()) in aliasGEP()
1063 return AAQI.AAR.alias(MemoryLocation(DecompGEP1.Base, V1Size), in aliasGEP()
[all …]