Searched refs:OtherPtr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2161 Value *OtherPtr = nullptr; local
2165 OtherPtr = MTI->getRawSource();
2168 OtherPtr = MTI->getRawDest();
2174 if (OtherPtr) {
2176 cast<PointerType>(OtherPtr->getType())->getAddressSpace();
2178 // Remove bitcasts and all-zero GEPs from OtherPtr. This is an
2181 // OtherPtr may be a bitcast or GEP that currently being rewritten. (This
2184 OtherPtr = OtherPtr->stripPointerCasts();
2187 if (OtherPtr
[all...]
H A DSROA.cpp2561 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); local
2563 = dyn_cast<AllocaInst>(OtherPtr->stripInBoundsOffsets())) {
2569 Type *OtherPtrTy = OtherPtr->getType();
2581 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
2582 OtherPtr->getName() + ".");
2589 IsDest ? OurPtr : OtherPtr, IsDest ? OtherPtr : OurPtr, Size,
2620 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
2621 OtherPtr
[all...]

Completed in 111 milliseconds