Searched refs:tmpv (Results 1 – 4 of 4) sorted by relevance
13 define i32 @main(i32* %i, double %tmpv) {21 store double %tmpv, double* %tmp16, align 8
1842 UWord tmpv[8]; in VG_() local1843 tmpv[0] = sci->orig_args.arg1; in VG_()1844 tmpv[1] = sci->orig_args.arg2; in VG_()1845 tmpv[2] = sci->orig_args.arg3; in VG_()1846 tmpv[3] = sci->orig_args.arg4; in VG_()1847 tmpv[4] = sci->orig_args.arg5; in VG_()1848 tmpv[5] = sci->orig_args.arg6; in VG_()1849 tmpv[6] = sci->orig_args.arg7; in VG_()1850 tmpv[7] = sci->orig_args.arg8; in VG_()1852 &tmpv[0], sizeof(tmpv)/sizeof(tmpv[0])); in VG_()[all …]
309 tmpv = v.replace('$$', '')311 if "$" in tmpv:
220 tmpv = v.replace('$$', '')222 if "$" in tmpv: