Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1645 unsigned NumNonConstantIndices2 = GEP2->countNonConstantIndices(); in OptimizePointerDifference() local
1646 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 && in OptimizePointerDifference()
1648 (NumNonConstantIndices2 > 0 && !GEP2->hasOneUse()))) { in OptimizePointerDifference()