Searched defs:DestPTy (Results 1 - 2 of 2) 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);

Completed in 79 milliseconds