reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InstructionSimplify.cpp
 3433       if (GLHS->getPointerOperand() == GRHS->getPointerOperand() &&
 3434           GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() &&
 3436            (GLHS->isInBounds() && GRHS->isInBounds() &&
 3446         SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end());
 3446         SmallVector<Value *, 4> IndicesRHS(GRHS->idx_begin(), GRHS->idx_end());