Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1861 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local
1866 if (DestPTy) { in EmitDynamicCast()
1867 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()
1869 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.cpp1193 Type *DestPTy = in GetLoadValueForLoad() local
1195 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()
1198 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()