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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2172 Value *OtherPtr = 0; local
2176 OtherPtr = MTI->getRawSource();
2179 OtherPtr = MTI->getRawDest();
2185 if (OtherPtr) {
2187 cast<PointerType>(OtherPtr->getType())->getAddressSpace();
2189 // Remove bitcasts and all-zero GEPs from OtherPtr. This is an
2192 // OtherPtr may be a bitcast or GEP that currently being rewritten. (This
2195 OtherPtr = OtherPtr->stripPointerCasts();
2198 if (OtherPtr
[all...]

Completed in 40 milliseconds