Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp1987 PointerType *DstPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldGetElementPtrImpl() local
1988 if (SrcPtrTy && DstPtrTy) { in ConstantFoldGetElementPtrImpl()
1992 dyn_cast<ArrayType>(DstPtrTy->getElementType()); in ConstantFoldGetElementPtrImpl()
1995 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in ConstantFoldGetElementPtrImpl()
DInstructions.cpp2291 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy); in isEliminableCastPair() local
2292 if (!MidPtrTy || !DstPtrTy) in isEliminableCastPair()
2295 if (MidPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in isEliminableCastPair()