Lines Matching defs:StoreVal
6290 SDValue StoreVal = MSC->getValue();
6295 EVT VT = StoreVal.getValueType();
6313 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale};
6327 StoreVal = DAG.getNode(ISD::BITCAST, DL, VT, StoreVal);
6341 StoreVal = DAG.getNode(ISD::ANY_EXTEND, DL, PromotedVT, StoreVal);
6353 StoreVal = convertToScalableVector(DAG, ContainerVT, StoreVal);
6356 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale};