Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getIntPtrType

245       SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr;
247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
249 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr;
1497 Type *Ty = DL.getIntPtrType(CI.getContext(), AS);
1547 Type *PtrTy = DL.getIntPtrType(CI.getContext(), AS);