Home
last modified time | relevance | path

Searched refs:CpyDest (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp669 Value *CpyDest = SI->getPointerOperand()->stripPointerCasts(); in processStore() local
670 bool CpyDestIsLocal = isa<AllocaInst>(CpyDest); in processStore()