Searched refs:DestPTy (Results 1 – 2 of 2) sorted by relevance
77 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local85 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
2249 } else if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) { in EmitDynamicCast() local2251 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()