Home | History | Annotate | Download | only in IPO

Lines Matching refs:getIntPtrType

624     if (PTyL && PTyL->getAddressSpace() == 0) TyL = DL->getIntPtrType(TyL);
625 if (PTyR && PTyR->getAddressSpace() == 0) TyR = DL->getIntPtrType(TyR);