Home | History | Annotate | Download | only in Scalar

Lines Matching refs:OldBase

1006           Value *oldBase = basephi->getIncomingValue(blockIndex);
1007 basephi->addIncoming(oldBase, InBB);
1018 assert(Base->stripPointerCasts() == oldBase->stripPointerCasts() &&
2073 Value *OldBase = PointerToBase[V];
2074 auto &BaseElements = ElementMapping[OldBase];