Home
last modified time | relevance | path

Searched refs:DstPTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1660 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local
1662 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()
1667 if (SrcPTy->getAddressSpace() != DstPTy->getAddressSpace()) in visitBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2241 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local
2243 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()
2249 (DstPTy->getAddressSpace() != SrcPTy->getAddressSpace())) in visitBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1804 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local
1806 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()