Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1271 if (ConstantInt *LTSize = dyn_cast<ConstantInt>(II->getArgOperand(0))) in hasUndefContents() local
1272 if (LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
1287 ConstantInt *LTSize = cast<ConstantInt>(II->getArgOperand(0)); in hasUndefContentsMSSA() local
1291 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContentsMSSA()
1303 if (*AllocaSize == LTSize->getValue() * 8) in hasUndefContentsMSSA()