Lines Matching defs:StoreVal
6750 SDValue StoreVal = MSC->getValue();
6755 EVT VT = StoreVal.getValueType();
6773 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale};
6787 StoreVal = DAG.getNode(ISD::BITCAST, DL, VT, StoreVal);
6801 StoreVal = DAG.getNode(ISD::ANY_EXTEND, DL, PromotedVT, StoreVal);
6813 StoreVal = convertToScalableVector(DAG, ContainerVT, StoreVal);
6816 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale};