Lines Matching defs:V2InUse
14084 const APInt &Zeroable, SelectionDAG &DAG, bool &V1InUse, bool &V2InUse) {
14095 V2InUse = false;
14111 V2InUse |= (ZeroMask != V2Idx);
14118 if (V2InUse)
14124 if (V1InUse && V2InUse)
14337 bool V1InUse, V2InUse;
14339 Zeroable, DAG, V1InUse, V2InUse);
14624 bool V2InUse = false;
14627 DL, MVT::v16i8, V1, V2, Mask, Zeroable, DAG, V1InUse, V2InUse);
14632 if (V1InUse && V2InUse) {
17482 bool V1InUse, V2InUse;
17484 DAG, V1InUse, V2InUse);