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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp910 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); local
911 IndicesTheSame &= GEPLHS->getOperand(0)->getType() ==
913 if (IndicesTheSame)
916 IndicesTheSame = false;
922 if (IndicesTheSame && CmpInst::makeCmpResultType(BaseType) == I.getType())

Completed in 133 milliseconds