Lines Matching refs:V1
1714 // This is meant to match "v1[0-15]", where v1 = { [0]:0 [1-15]:v1... },
1715 // and RC = { [0]:0 [1-15]:v1[1-15]... }.
2459 const BitTracker::BitValue &V1 = OutC1[i], &V2 = OutC2[i];
2460 if (V1.Type != V2.Type || V1.Type == BitTracker::BitValue::One)
2462 if (V1.Type != BitTracker::BitValue::Ref)
2464 if (V1.RefI.Pos != V2.RefI.Pos)
2466 if (V1.RefI.Reg != InpR1)