Searched refs:MyArg (Results 1 – 2 of 2) sorted by relevance
1812 Value *MyArg = ArgTy == ParamTy ? Arg : in MoveCalls() local1815 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt); in MoveCalls()1825 Value *MyArg = ArgTy == ParamTy ? Arg : in MoveCalls() local1828 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt); in MoveCalls()
73 operator and the arguments like `(MyOp:$op_name MyArg:$arg_name)`.