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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp305 Type *DestPTy = DestTy->getElementType(); local
314 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
315 DestPTy->isVectorTy()) {
337 IC.getTargetData()->getTypeSizeInBits(DestPTy)) {
470 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType(); local
476 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
519 IC.getTargetData()->getTypeSizeInBits(DestPTy))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp1071 Type *DestPTy = local
1073 DestPTy = PointerType::get(DestPTy,
1076 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
/macosx-10.10.1/llvmCore-3425.0.34/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);

Completed in 133 milliseconds