Searched defs:OtherPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2223 PointerType *OtherPtrTy = cast<PointerType>(OtherPtr->getType()); local
2224 Type *OtherTy = OtherPtrTy->getElementType();
H A DSROA.cpp2569 Type *OtherPtrTy = OtherPtr->getType(); local
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,
[all...]

Completed in 88 milliseconds