Lines Matching refs:ConstantSize
6809 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
6810 if (ConstantSize) { in getMemcpy()
6812 if (ConstantSize->isNullValue()) in getMemcpy()
6816 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
6835 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
6837 ConstantSize->getZExtValue(), Alignment, in getMemcpy()
6924 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
6925 if (ConstantSize) { in getMemmove()
6927 if (ConstantSize->isNullValue()) in getMemmove()
6931 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemmove()
7026 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
7027 if (ConstantSize) { in getMemset()
7029 if (ConstantSize->isNullValue()) in getMemset()
7033 ConstantSize->getZExtValue(), Alignment, in getMemset()