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

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

Completed in 59 milliseconds