Searched refs:NumNonConstantIndices1 (Results 1 – 1 of 1) sorted by relevance
1644 unsigned NumNonConstantIndices1 = GEP1->countNonConstantIndices(); in OptimizePointerDifference() local1646 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 && in OptimizePointerDifference()1647 ((NumNonConstantIndices1 > 0 && !GEP1->hasOneUse()) || in OptimizePointerDifference()