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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp90 unsigned DstAddrSp = local
95 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
115 NewDstPtrTy = PointerType::get(SrcETy, DstAddrSp);
178 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace(); local
179 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);

Completed in 122 milliseconds