Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1427 unsigned NumNonConstantIndices2 = GEP2->countNonConstantIndices(); in OptimizePointerDifference() local
1428 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 && in OptimizePointerDifference()
1430 (NumNonConstantIndices2 > 0 && !GEP2->hasOneUse()))) { in OptimizePointerDifference()