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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp643 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); local
644 IndicesTheSame &= GEPLHS->getOperand(0)->getType() ==
646 if (IndicesTheSame)
649 IndicesTheSame = false;
654 if (IndicesTheSame)

Completed in 113 milliseconds