Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:ParamTy

1333           Type *ParamTy = CInst->getArgOperand(0)->getType();
1341 if (Op->getType() != ParamTy)
1342 Op = new BitCastInst(Op, ParamTy, "", InsertPos);
1984 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext()));
1991 Value *MyArg = ArgTy == ParamTy ? Arg :
1992 new BitCastInst(Arg, ParamTy, "", InsertPt);
2013 Value *MyArg = ArgTy == ParamTy ? Arg :
2014 new BitCastInst(Arg, ParamTy, "", InsertPt);