Lines Matching defs:StoreVal
11403 SDValue StoreVal = Store->getValue();
11404 MVT VT = StoreVal.getSimpleValueType();
11410 StoreVal =
11412 StoreVal, DAG.getVectorIdxConstant(0, DL));
11418 convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget);
12557 SDValue StoreVal = VPNode->getValue();
12558 MVT VT = StoreVal.getSimpleValueType();
12562 StoreVal = convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget);
12572 SmallVector<SDValue, 8> Ops{VPNode->getChain(), IntID, StoreVal,