Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isSized

80     if (TD && SrcETy->isSized() && TD->getTypeStoreSize(SrcETy) == Size) {
291 if (AI->getAllocatedType()->isSized()) {
302 if (MallocType && MallocType->isSized())
769 if (!SrcTy->isSized() || !DstTy->isSized())
1072 if (ParamPTy == 0 || !ParamPTy->getElementType()->isSized() || TD == 0)