Searched refs:DataVT (Results 1 – 1 of 1) sorted by relevance
1130 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local1136 if (!TLI.isTypeLegal(DataVT)) { in PromoteIntOp_MSTORE()1137 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) { in PromoteIntOp_MSTORE()1144 assert(getTypeAction(DataVT) == TargetLowering::TypeWidenVector && in PromoteIntOp_MSTORE()1178 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local1179 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()