Home | History | Annotate | Download | only in IR

Lines Matching refs:V3

120                    const Value *V2 = nullptr, const Value *V3 = nullptr,
125 WriteValue(V3);
131 const Value *V3 = nullptr) {
135 WriteValue(V3);
365 #define Assert3(C, M, V1, V2, V3) \
366 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
367 #define Assert4(C, M, V1, V2, V3, V4) \
368 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)