Home | History | Annotate | Download | only in Utils

Lines Matching refs:PT

491   Type *PT = Callee->getFunctionType()->getParamType(0);
492 Value *LenV = ConstantInt::get(DL.getIntPtrType(PT), Len);
494 B.CreateGEP(B.getInt8Ty(), Dst, ConstantInt::get(DL.getIntPtrType(PT), Len - 1));
536 Type *PT = Callee->getFunctionType()->getParamType(0);
538 B.CreateMemCpy(Dst, Src, ConstantInt::get(DL.getIntPtrType(PT), Len), 1);