Home | History | Annotate | Download | only in IPO

Lines Matching refs:SrcTy

1649   Type *SrcTy = V->getType();
1650 if (SrcTy->isStructTy()) {
1652 assert(SrcTy->getStructNumElements() == DestTy->getStructNumElements());
1654 for (unsigned int I = 0, E = SrcTy->getStructNumElements(); I < E; ++I) {
1665 if (SrcTy->isIntegerTy() && DestTy->isPointerTy())
1667 else if (SrcTy->isPointerTy() && DestTy->isIntegerTy())