Searched refs:destArraySize (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ | ||
H A D | MemCpyOptimizer.cpp | 604 ConstantInt *destArraySize = dyn_cast<ConstantInt>(A->getArraySize()); local 605 if (!destArraySize) 609 destArraySize->getZExtValue(); |
Completed in 99 milliseconds