Home
last modified time | relevance | path

Searched refs:DstPtrTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.cpp2151 PointerType *DstPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldGetElementPtrImpl() local
2152 if (SrcPtrTy && DstPtrTy) { in ConstantFoldGetElementPtrImpl()
2156 dyn_cast<ArrayType>(DstPtrTy->getElementType()); in ConstantFoldGetElementPtrImpl()
2159 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in ConstantFoldGetElementPtrImpl()
DInstructions.cpp3074 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local
3078 if (!SrcPtrTy != !DstPtrTy) in castIsValid()
3087 if (SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace()) in castIsValid()
3105 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local
3106 if (!DstPtrTy) in castIsValid()
3109 if (SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in castIsValid()