Lines Matching refs:ConstantSize
7174 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
7175 if (ConstantSize) { in getMemcpy()
7177 if (ConstantSize->isZero()) in getMemcpy()
7181 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
7200 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
7202 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
7288 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
7289 if (ConstantSize) { in getMemmove()
7291 if (ConstantSize->isZero()) in getMemmove()
7295 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemmove()
7389 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
7390 if (ConstantSize) { in getMemset()
7392 if (ConstantSize->isZero()) in getMemset()
7396 ConstantSize->getZExtValue(), Alignment, in getMemset()
7415 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemset()
7417 ConstantSize->getZExtValue(), Alignment, in getMemset()