Lines Matching refs:StoreVal
10815 SDValue StoreVal = Store->getValue();
10816 MVT VT = StoreVal.getSimpleValueType();
10822 StoreVal =
10824 StoreVal, DAG.getVectorIdxConstant(0, DL));
10830 convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget);
11844 SDValue StoreVal = VPNode->getValue();
11845 MVT VT = StoreVal.getSimpleValueType();
11849 StoreVal = convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget);
11859 SmallVector<SDValue, 8> Ops{VPNode->getChain(), IntID, StoreVal,