Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DTy

3222          *DTy = BC->getDestTy()->getPointerElementType();
3223 if (STy->isSized() && DTy->isSized() &&
3224 (DL.getTypeStoreSize(STy) >= DL.getTypeStoreSize(DTy)) &&
3225 (DL.getABITypeAlignment(STy) >= DL.getABITypeAlignment(DTy)))