Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ConstantSize

3896   ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
3897 if (ConstantSize) {
3899 if (ConstantSize->isNullValue())
3903 ConstantSize->getZExtValue(),Align,
3921 assert(ConstantSize
3923 ConstantSize->getZExtValue(), Align, isVol,
3966 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
3967 if (ConstantSize) {
3969 if (ConstantSize->isNullValue())
3974 ConstantSize->getZExtValue(), Align, isVol,
4023 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
4024 if (ConstantSize) {
4026 if (ConstantSize->isNullValue())
4030 getMemsetStores(*this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(),