Lines Matching defs:Src4
25621 SDValue Src4 = Op.getOperand(4);25622 if (Src4.getValueType() != MVT::i8) {25623 Src4 = DAG.getTargetConstant(Src4->getAsZExtVal() & 0xff, dl, MVT::i8);25628 Src4);