Searched refs:IndicesTheSame (Results 1 – 2 of 2) sorted by relevance
590 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in FoldGEPICmp() local591 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in FoldGEPICmp()593 if (IndicesTheSame) in FoldGEPICmp()596 IndicesTheSame = false; in FoldGEPICmp()601 if (IndicesTheSame) in FoldGEPICmp()
955 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in FoldGEPICmp() local956 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in FoldGEPICmp()958 if (IndicesTheSame) in FoldGEPICmp()961 IndicesTheSame = false; in FoldGEPICmp()966 if (IndicesTheSame) in FoldGEPICmp()