Searched refs:DestPTy (Results 1 – 3 of 3) sorted by relevance
1861 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local1866 if (DestPTy) { in EmitDynamicCast()1867 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()1869 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()
1193 Type *DestPTy = in GetLoadValueForLoad() local1195 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()1198 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()