Home | History | Annotate | Download | only in Scalar

Lines Matching refs:OtherPtrTy

2569     Type *OtherPtrTy = OtherPtr->getType();
2570 unsigned OtherAS = OtherPtrTy->getPointerAddressSpace();
2581 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
2609 OtherPtrTy = VecTy->getElementType();
2611 OtherPtrTy = VectorType::get(VecTy->getElementType(), NumElements);
2613 OtherPtrTy = OtherPtrTy->getPointerTo(OtherAS);
2615 OtherPtrTy = SubIntTy->getPointerTo(OtherAS);
2617 OtherPtrTy = NewAllocaTy->getPointerTo(OtherAS);
2620 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,