reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3433 if (GLHS->getPointerOperand() == GRHS->getPointerOperand() && 3434 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && 3436 (GLHS->isInBounds() && GRHS->isInBounds() && 3441 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); 3442 SmallVector<Value *, 4> IndicesLHS(GLHS->idx_begin(), GLHS->idx_end()); 3442 SmallVector<Value *, 4> IndicesLHS(GLHS->idx_begin(), GLHS->idx_end()); 3444 GLHS->getSourceElementType(), Null, IndicesLHS); 3448 GLHS->getSourceElementType(), Null, IndicesRHS);