Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1047 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local
1052 !DecompGEP2.HasCompileTimeConstantScale) in aliasGEP()
1055 assert(DecompGEP1.Base == UnderlyingV1 && DecompGEP2.Base == UnderlyingV2 && in aliasGEP()
1061 DecompGEP1.Offset -= DecompGEP2.Offset; in aliasGEP()
1062 GetIndexDifference(DecompGEP1.VarIndices, DecompGEP2.VarIndices); in aliasGEP()
1068 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()
1073 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()