Searched refs:DestPTy (Results 1 – 3 of 3) sorted by relevance
1753 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local1758 if (DestPTy) { in EmitDynamicCast()1759 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()1761 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
141 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local143 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() && in FoldBitCast()151 return BitCastConstantVector(V, DestPTy); in FoldBitCast()158 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
1181 Type *DestPTy = in GetLoadValueForLoad() local1183 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()1186 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()