Home
last modified time | relevance | path

Searched refs:DestPTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantFold.cpp77 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local
85 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprCXX.cpp2249 } else if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) { in EmitDynamicCast() local
2251 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()