Searched refs:NumNonConstantIndices1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1660 unsigned NumNonConstantIndices1 = GEP1->countNonConstantIndices(); local
1662 if (NumNonConstantIndices1 + NumNonConstantIndices2 > 1 &&
1663 ((NumNonConstantIndices1 > 0 && !GEP1->hasOneUse()) ||

Completed in 56 milliseconds