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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1360       Ptr, DL.getPrefTypeAlignment(Val->getType()), DL, &SI, &AC, &DT));
 1378   if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) {
 1389   if (Ptr->hasOneUse()) {
 1390     if (isa<AllocaInst>(Ptr))
 1392     if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr)) {
 1403   if (AA->pointsToConstantMemory(Ptr))
 1437       if (LI == Val && equivalentAddressValues(LI->getOperand(0), Ptr)) {