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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp63 unsigned DstAddrSp = local
68 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
100 NewDstPtrTy = PointerType::get(SrcETy, DstAddrSp);
147 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace(); local
148 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp110 unsigned DstAddrSp = local
115 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
135 NewDstPtrTy = PointerType::get(SrcETy, DstAddrSp);
197 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace(); local
198 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);

Completed in 90 milliseconds