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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp88 unsigned DstAddrSp = local
93 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
113 NewDstPtrTy = PointerType::get(SrcETy, DstAddrSp);
176 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace(); local
177 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);

Completed in 105 milliseconds