Searched refs:GRHS (Results 1 – 1 of 1) sorted by relevance
3042 if (GEPOperator *GRHS = dyn_cast<GEPOperator>(RHS)) { in SimplifyICmpInst() local3043 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && in SimplifyICmpInst()3044 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()3046 (GLHS->isInBounds() && GRHS->isInBounds() && in SimplifyICmpInst()3056 SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end()); in SimplifyICmpInst()