Searched defs:SrcPTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1805 PointerType *SrcPTy = cast<PointerType>(SrcTy); local
1807 Type *SrcElTy = SrcPTy->getElementType();
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1661 PointerType *SrcPTy = cast<PointerType>(SrcTy); local
1663 Type *SrcElTy = SrcPTy->getElementType();
1667 if (SrcPTy->getAddressSpace() != DstPTy->getAddressSpace())

Completed in 40 milliseconds