Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1128 SmallVector<Value *, 8> IntermediateIndices; in aliasSameBasePointerGEPs() local
1133 IntermediateIndices.push_back(GEP1->getOperand(1)); in aliasSameBasePointerGEPs()
1139 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs()
1141 IntermediateIndices.push_back(GEP1->getOperand(i + 1)); in aliasSameBasePointerGEPs()
1145 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()