Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1721 unsigned NumNonConstantIndices2 = GEP2->countNonConstantIndices(); in OptimizePointerDifference() local
1722 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 && in OptimizePointerDifference()
1724 (NumNonConstantIndices2 > 0 && !GEP2->hasOneUse()))) { in OptimizePointerDifference()