Searched refs:IndicesTheSame (Results 1 – 1 of 1) sorted by relevance
896 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in foldGEPICmp() local897 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()