Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1298 auto *LTSize = cast<ConstantInt>(II->getArgOperand(0)); in hasUndefContents() local
1302 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
1315 if (*AllocaSize == LTSize->getValue() * 8) in hasUndefContents()