Lines Matching refs:SplatValue
3798 uint64_t SplatValue = 0;
3803 SplatValue |=
3810 SplatValue = SignExtend64<32>(SplatValue);
3814 DAG.getConstant(SplatValue, DL, XLenVT),
3854 uint64_t SplatValue = 0;
3859 SplatValue |=
3867 SplatValue = SignExtend64<32>(SplatValue);
3875 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) {
3883 DAG.getConstant(SplatValue, DL, XLenVT), ViaVL);
11313 SDValue SplatValue = DAG.getConstant(
11316 DAG.getUNDEF(ContainerVT), SplatValue, VL);