Searched refs:CE2GEP (Results 1 – 1 of 1) sorted by relevance
1101 } else if (const auto *CE2GEP = dyn_cast<GEPOperator>(V2)) { in evaluateICmpRelation() local1104 const Constant *CE2Op0 = cast<Constant>(CE2GEP->getPointerOperand()); in evaluateICmpRelation()1108 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()