Searched refs:GEPRHS (Results 1 – 1 of 1) sorted by relevance
725 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp()729 GEPRHS->getPointerOperand()->getType() && in foldGEPICmp()747 if (GEPLHS->isInBounds() && GEPRHS->isInBounds() && in foldGEPICmp()749 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in foldGEPICmp()751 GEPRHS->getOperand(0)->stripPointerCasts() && in foldGEPICmp()754 Value *ROffset = EmitGEPOffset(GEPRHS); in foldGEPICmp()787 if (GEPLHS->getOperand(i) != GEPRHS->getOperand(i)) { in foldGEPICmp()789 Type *RHSType = GEPRHS->getOperand(i)->getType(); in foldGEPICmp()810 Value *RHSV = GEPRHS->getOperand(DiffOperand); in foldGEPICmp()820 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse())) { in foldGEPICmp()[all …]