Lines Matching defs:V2InUse
13807 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) {
13818 V2InUse = false;
13834 V2InUse |= (ZeroMask != V2Idx);
13841 if (V2InUse)
13847 if (V1InUse && V2InUse)
14060 bool V1InUse, V2InUse;
14062 Zeroable, DAG, V1InUse, V2InUse);
14339 bool V2InUse = false;
14342 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse);
14347 if (V1InUse && V2InUse) {
17176 bool V1InUse, V2InUse;
17178 DAG, V1InUse, V2InUse);