Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp633 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in FoldGEPICmp() local
634 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in FoldGEPICmp()
636 if (IndicesTheSame) in FoldGEPICmp()
639 IndicesTheSame = false; in FoldGEPICmp()
644 if (IndicesTheSame) in FoldGEPICmp()