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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp299 Type *DestPTy = DestTy->getElementType(); local
308 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
309 DestPTy->isVectorTy()) {
331 IC.getTargetData()->getTypeSizeInBits(DestPTy)) {
464 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType(); local
470 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
513 IC.getTargetData()->getTypeSizeInBits(DestPTy))
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1071 Type *DestPTy = local
1073 DestPTy = PointerType::get(DestPTy,
1076 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
/external/llvm/lib/VMCore/
H A DConstantFold.cpp133 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
135 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
143 return BitCastConstantVector(V, DestPTy);
150 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1730 if (const PointerType *DestPTy = DestTy->getAs<PointerType>()) {
1732 DestRecordTy = DestPTy->getPointeeType();

Completed in 303 milliseconds