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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2183 Value *OtherPtr = nullptr; local
2187 OtherPtr = MTI->getRawSource();
2190 OtherPtr = MTI->getRawDest();
2196 if (OtherPtr) {
2198 cast<PointerType>(OtherPtr->getType())->getAddressSpace();
2200 // Remove bitcasts and all-zero GEPs from OtherPtr. This is an
2203 // OtherPtr may be a bitcast or GEP that currently being rewritten. (This
2206 OtherPtr = OtherPtr->stripPointerCasts();
2209 if (OtherPtr
[all...]

Completed in 116 milliseconds