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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2793 Type *OtherPtrTy = OtherPtr->getType();
2794 unsigned OtherAS = OtherPtrTy->getPointerAddressSpace();
2805 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
2833 OtherPtrTy = VecTy->getElementType();
2835 OtherPtrTy = VectorType::get(VecTy->getElementType(), NumElements);
2837 OtherPtrTy = OtherPtrTy->getPointerTo(OtherAS);
2839 OtherPtrTy = SubIntTy->getPointerTo(OtherAS);
2841 OtherPtrTy = NewAllocaTy->getPointerTo(OtherAS);
2844 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
[all...]
H A DScalarReplAggregates.cpp2247 PointerType *OtherPtrTy = cast<PointerType>(OtherPtr->getType()); local
2248 Type *OtherTy = OtherPtrTy->getElementType();

Completed in 112 milliseconds