Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1753 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local
1758 if (DestPTy) { in EmitDynamicCast()
1759 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()
1761 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
/external/llvm/lib/IR/
DConstantFold.cpp141 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local
143 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() && in FoldBitCast()
151 return BitCastConstantVector(V, DestPTy); in FoldBitCast()
158 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1181 Type *DestPTy = in GetLoadValueForLoad() local
1183 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()
1186 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()