Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h133 struct DecomposedGEP { struct
183 static DecomposedGEP
188 const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp419 BasicAAResult::DecomposedGEP
428 DecomposedGEP Decomposed; in DecomposeGEPExpression()
1037 DecomposedGEP DecompGEP1 = DecomposeGEPExpression(GEP1, DL, &AC, DT); in aliasGEP()
1038 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP()