Home
last modified time | relevance | path

Searched refs:SrcPTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2554 PointerType *SrcPTy = cast<PointerType>(SrcTy); in visitBitCast() local
2557 Type *SrcElTy = SrcPTy->getElementType(); in visitBitCast()
2562 (DstPTy->getAddressSpace() != SrcPTy->getAddressSpace())) in visitBitCast()
2593 GetElementPtrInst::Create(SrcPTy->getElementType(), Src, Idxs); in visitBitCast()
2605 if (SrcPTy->getAddressSpace() == 0 || !CanBeNull) in visitBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2399 PointerType *SrcPTy = cast<PointerType>(SrcTy); in visitBitCast() local
2401 Type *SrcElTy = SrcPTy->getElementType(); in visitBitCast()
2406 (DstPTy->getAddressSpace() != SrcPTy->getAddressSpace())) in visitBitCast()
2439 GetElementPtrInst::Create(SrcPTy->getElementType(), Src, Idxs); in visitBitCast()
2451 if (SrcPTy->getAddressSpace() == 0 || !CanBeNull) in visitBitCast()
/external/clang/lib/AST/
DExprCXX.cpp573 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) { in isAlwaysNull() local
574 SrcType = SrcPTy->getPointeeType(); in isAlwaysNull()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1805 PointerType *SrcPTy = cast<PointerType>(SrcTy); in visitBitCast() local
1807 Type *SrcElTy = SrcPTy->getElementType(); in visitBitCast()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp770 if (const auto *SrcPTy = SrcType->getAs<PointerType>()) { in isAlwaysNull() local
771 SrcType = SrcPTy->getPointeeType(); in isAlwaysNull()