Searched refs:DestPTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp428 Type *DestPTy = local
431 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp139 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
141 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
149 return BitCastConstantVector(V, DestPTy);
156 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2205 const PointerType *DestPTy = DestTy->getAs<PointerType>(); local
2210 if (DestPTy) {
2211 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType();
2213 DestRecordTy = DestPTy->getPointeeType();

Completed in 130 milliseconds