Home | History | Annotate | Download | only in Scalar

Lines Matching refs:I8PtrTy

801     Type *I8PtrTy = Type::getInt8PtrTy(GEP->getContext(),
803 NewGEP = new BitCastInst(NewGEP, I8PtrTy, "", GEP);
807 if (GEP->getType() != I8PtrTy)