Home | History | Annotate | Download | only in IR

Lines Matching refs:V4

330                      const Value *V3 = 0, const Value *V4 = 0) {
335 WriteValue(V4);
374 #define Assert4(C, M, V1, V2, V3, V4) \
375 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)