Lines Matching defs:SplatValue
3865 uint64_t SplatValue = 0;
3870 SplatValue |=
3878 SplatValue = SignExtend64<32>(SplatValue);
3882 DAG.getSignedConstant(SplatValue, DL, XLenVT),
3922 uint64_t SplatValue = 0;
3927 SplatValue |=
3936 SplatValue = SignExtend64<32>(SplatValue);
3944 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) {
3952 DAG.getSignedConstant(SplatValue, DL, XLenVT), ViaVL);
11970 SDValue SplatValue = DAG.getSignedConstant(
11973 DAG.getUNDEF(ContainerVT), SplatValue, VL);