Lines Matching refs:ConstantSize
4611 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
4612 if (ConstantSize) { in getMemcpy()
4614 if (ConstantSize->isNullValue()) in getMemcpy()
4618 ConstantSize->getZExtValue(),Align, in getMemcpy()
4637 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
4639 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy()
4684 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
4685 if (ConstantSize) { in getMemmove()
4687 if (ConstantSize->isNullValue()) in getMemmove()
4692 ConstantSize->getZExtValue(), Align, isVol, in getMemmove()
4744 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
4745 if (ConstantSize) { in getMemset()
4747 if (ConstantSize->isNullValue()) in getMemset()
4751 getMemsetStores(*this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), in getMemset()