Lines Matching refs:ConstantSize
6056 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
6057 if (ConstantSize) { in getMemcpy()
6059 if (ConstantSize->isNullValue()) in getMemcpy()
6063 ConstantSize->getZExtValue(),Align, in getMemcpy()
6082 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
6084 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy()
6170 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
6171 if (ConstantSize) { in getMemmove()
6173 if (ConstantSize->isNullValue()) in getMemmove()
6178 ConstantSize->getZExtValue(), Align, isVol, in getMemmove()
6271 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
6272 if (ConstantSize) { in getMemset()
6274 if (ConstantSize->isNullValue()) in getMemset()
6278 getMemsetStores(*this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), in getMemset()