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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2502 Type *OtherPtrTy = IsDest ? II.getRawSource()->getType() local
2507 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, RelOffset, OtherPtrTy);
2538 Type *OtherPtrTy = NewAI.getType(); local
2541 OtherPtrTy = VecTy->getElementType();
2543 OtherPtrTy = VectorType::get(VecTy->getElementType(), NumElements);
2545 OtherPtrTy = OtherPtrTy->getPointerTo();
2547 OtherPtrTy = SubIntTy->getPointerTo();
2550 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, RelOffset, OtherPtrTy);
H A DScalarReplAggregates.cpp2226 PointerType *OtherPtrTy = cast<PointerType>(OtherPtr->getType()); local
2227 Type *OtherTy = OtherPtrTy->getElementType();

Completed in 121 milliseconds