Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DestPTy

1753   const PointerType *DestPTy = DestTy->getAs<PointerType>();
1758 if (DestPTy) {
1759 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType();
1761 DestRecordTy = DestPTy->getPointeeType();