Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Sz

1004   int64_t Sz = DL->getTypeStoreSize(Ty);
1010 return Offset.getSExtValue() == Sz;
1018 return Offset.getSExtValue() == -Sz;
1039 Sz = 1;
1045 return (CA->getSExtValue() + Sz == CB->getSExtValue());
1051 const SCEV *C = SE->getConstant(PtrSCEVA->getType(), Sz);
1670 unsigned Sz = DL->getTypeSizeInBits(StoreTy);
1671 unsigned VF = MinVecRegSize / Sz;
1673 if (!isPowerOf2_32(Sz) || VF < 2)