Lines Matching defs:Src4
26111 SDValue Src4 = Op.getOperand(4);26112 if (Src4.getValueType() != MVT::i8) {26113 Src4 = DAG.getTargetConstant(Src4->getAsZExtVal() & 0xff, dl, MVT::i8);26118 Src4);