Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PtrTy

1547   Type *PtrTy = DL.getIntPtrType(CI.getContext(), AS);
1549 PtrTy = VectorType::get(PtrTy, Ty->getVectorNumElements());
1551 Value *P = Builder->CreatePtrToInt(CI.getOperand(0), PtrTy);