Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp896 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in foldGEPICmp() local
897 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in foldGEPICmp()
899 if (IndicesTheSame) in foldGEPICmp()
902 IndicesTheSame = false; in foldGEPICmp()
908 if (IndicesTheSame && CmpInst::makeCmpResultType(BaseType) == I.getType()) in foldGEPICmp()