Searched refs:LTSize (Results 1 – 1 of 1) sorted by relevance
1248 if (ConstantInt *LTSize = dyn_cast<ConstantInt>(II->getArgOperand(0))) in hasUndefContents() local1249 if (LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()1264 ConstantInt *LTSize = cast<ConstantInt>(II->getArgOperand(0)); in hasUndefContentsMSSA() local1268 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContentsMSSA()1280 if (*AllocaSize == LTSize->getValue() * 8) in hasUndefContentsMSSA()