Searched refs:DataOp (Results 1 – 2 of 2) sorted by relevance
1178 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local1179 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()1206 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()1207 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE()1211 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
3219 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local3223 SDValue WideVal = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()