Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ConstantSize

4579   ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
4580 if (ConstantSize) {
4582 if (ConstantSize->isNullValue())
4586 ConstantSize->getZExtValue(),Align,
4605 assert(ConstantSize && "AlwaysInline requires a constant size!");
4607 ConstantSize->getZExtValue(), Align, isVol,
4652 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
4653 if (ConstantSize) {
4655 if (ConstantSize->isNullValue())
4660 ConstantSize->getZExtValue(), Align, isVol,
4712 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
4713 if (ConstantSize) {
4715 if (ConstantSize->isNullValue())
4719 getMemsetStores(*this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(),