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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp301 Type *DestPTy = DestTy->getElementType(); local
310 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
311 DestPTy->isVectorTy()) {
336 IC.getDataLayout()->getTypeSizeInBits(DestPTy)) {
476 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType(); local
482 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
529 IC.getDataLayout()->getTypeSizeInBits(DestPTy))
536 if (SrcPTy->isPointerTy() && DestPTy
[all...]
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1702 const PointerType *DestPTy = DestTy->getAs<PointerType>(); local
1707 if (DestPTy) {
1708 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType();
1710 DestRecordTy = DestPTy->getPointeeType();
/external/llvm/lib/IR/
H A DConstantFold.cpp138 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
140 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
148 return BitCastConstantVector(V, DestPTy);
155 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1173 Type *DestPTy = local
1175 DestPTy = PointerType::get(DestPTy,
1178 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);

Completed in 707 milliseconds