Lines Matching refs:ConstantSize
7899 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
7900 if (ConstantSize) { in getMemcpy()
7902 if (ConstantSize->isZero()) in getMemcpy()
7906 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
7925 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
7927 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
8013 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
8014 if (ConstantSize) { in getMemmove()
8016 if (ConstantSize->isZero()) in getMemmove()
8020 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemmove()
8114 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemset() local
8115 if (ConstantSize) { in getMemset()
8117 if (ConstantSize->isZero()) in getMemset()
8121 ConstantSize->getZExtValue(), Alignment, in getMemset()
8140 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemset()
8142 ConstantSize->getZExtValue(), Alignment, in getMemset()