Searched refs:NumNonConstantIndices2 (Results 1 – 1 of 1) sorted by relevance
1549 unsigned NumNonConstantIndices2 = GEP2->countNonConstantIndices(); in OptimizePointerDifference() local1550 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 && in OptimizePointerDifference()1552 (NumNonConstantIndices2 > 0 && !GEP2->hasOneUse()))) { in OptimizePointerDifference()