Lines Matching defs:ConstantSize
8589 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
8590 if (ConstantSize) {
8592 if (ConstantSize->isZero())
8596 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment,
8615 assert(ConstantSize && "AlwaysInline requires a constant size!");
8617 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment,
8717 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
8718 if (ConstantSize) {
8720 if (ConstantSize->isZero())
8724 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment,
8832 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
8833 if (ConstantSize) {
8835 if (ConstantSize->isZero())
8839 ConstantSize->getZExtValue(), Alignment,
8858 assert(ConstantSize && "AlwaysInline requires a constant size!");
8860 ConstantSize->getZExtValue(), Alignment,