Lines Matching refs:ConstantSize
4579 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
4580 if (ConstantSize) { in getMemcpy()
4582 if (ConstantSize->isNullValue()) in getMemcpy()
4586 ConstantSize->getZExtValue(),Align, in getMemcpy()
4605 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
4607 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy()
4652 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
4653 if (ConstantSize) { in getMemmove()
4655 if (ConstantSize->isNullValue()) in getMemmove()
4660 ConstantSize->getZExtValue(), Align, isVol, in getMemmove()
4712 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
4713 if (ConstantSize) { in getMemset()
4715 if (ConstantSize->isNullValue()) in getMemset()
4719 getMemsetStores(*this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), in getMemset()