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

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2091 Instruction *OldUserI = cast<Instruction>(OldUse->getUser()); local
2092 IRB.SetInsertPoint(OldUserI);
2093 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc());

Completed in 78 milliseconds