Searched refs:GRHS (Results 1 – 1 of 1) sorted by relevance
3097 if (GEPOperator *GRHS = dyn_cast<GEPOperator>(RHS)) { in SimplifyICmpInst() local3098 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()3099 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()3101 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()3111 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()