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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp703 AllocaInst *OrigAI = cast<AllocaInst>(GetUnderlyingObject(Ptr, DL, 0)); local
705 if (GetUnderlyingObject(MTI->getSource(), DL, 0) != OrigAI) {
706 // Dest must be OrigAI, change this to be a load from the original
721 } else if (GetUnderlyingObject(MTI->getDest(), DL, 0) != OrigAI) {
722 // Src must be OrigAI, change this to be a load from NewAI then a store

Completed in 66 milliseconds