Searched refs:IndicesTheSame (Results 1 – 3 of 3) 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()
901 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in foldGEPICmp() local902 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in foldGEPICmp()904 if (IndicesTheSame) in foldGEPICmp()907 IndicesTheSame = false; in foldGEPICmp()912 if (IndicesTheSame) in foldGEPICmp()