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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp637 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); local
638 IndicesTheSame &= GEPLHS->getOperand(0)->getType() ==
640 if (IndicesTheSame)
643 IndicesTheSame = false;
648 if (IndicesTheSame)

Completed in 190 milliseconds