Searched refs:pv2 (Results 1 – 14 of 14) sorted by relevance
5 define i32 @Func_3Ugt(i32 %Enum_Par_Val, i32 %pv2) nounwind readnone {8 %cmp = icmp ugt i32 %Enum_Par_Val, %pv213 define i32 @Func_3Uge(i32 %Enum_Par_Val, i32 %pv2) nounwind readnone {16 %cmp = icmp uge i32 %Enum_Par_Val, %pv221 define i32 @Func_3Ult(i32 %Enum_Par_Val, i32 %pv2) nounwind readnone {24 %cmp = icmp ult i32 %Enum_Par_Val, %pv229 define i32 @Func_3Ule(i32 %Enum_Par_Val, i32 %pv2) nounwind readnone {32 %cmp = icmp ule i32 %Enum_Par_Val, %pv237 define i32 @Func_3Ueq(i32 %Enum_Par_Val, i32 %pv2) nounwind readnone {40 %cmp = icmp eq i32 %Enum_Par_Val, %pv2[all …]
25 %pv2 = bitcast i8* %addr2 to void (i8*)*26 call fastcc void %pv2(i8* null)47 ; CHECK-NEXT: %[[pv2:.+]] = bitcast i8* %[[addr2]] to void (i8*)*48 ; CHECK-NEXT: musttail call fastcc void %[[pv2]](i8* null)
31 %pv2 = bitcast i8* %addr2 to void (i8*)*32 call fastcc void %pv2(i8* %hdl)68 ; CHECK-NEXT: %[[pv2:.+]] = bitcast i8* %[[addr2]] to void (i8*)*69 ; CHECK-NEXT: musttail call fastcc void %[[pv2]](i8* %[[hdl]])
33 %pv2 = bitcast i8* %addr2 to void (i8*)*34 call fastcc void %pv2(i8* %hdl)72 ; CHECK-NEXT: %[[pv2:.+]] = bitcast i8* %[[addr2]] to void (i8*)*73 ; CHECK-NEXT: musttail call fastcc void %[[pv2]](i8* %[[hdl]])
55 void *pv2; member
535 pv2 = getattr(pairValueRecord, "Value2", None)536 if pv2 is not None:537 vf2 |= pv2.getFormat()544 pv2 = getattr(class2Record, "Value2", None)545 if pv2 is not None:546 vf2 |= pv2.getFormat()
4553 const Unit *pv1, *pv2; in decDivideOp() local4555 pv2=msu2; /* -> msu */ in decDivideOp()4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp()4559 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
4932 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local4934 char* const p2 = reinterpret_cast<char*>(pv2); in TEST()4954 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local4956 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2); in TEST()
4850 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local4852 char* const p2 = reinterpret_cast<char*>(pv2); in TEST()4872 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local4874 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2); in TEST()
3053 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ argument3054 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }