Searched refs:mVT (Results 1 – 1 of 1) sorted by relevance
15883 EVT mVT = cast<StoreSDNode>(N)->getMemoryVT(); in PerformDAGCombine() local15884 if (mVT.isExtended() || mVT.getSizeInBits() < 16) in PerformDAGCombine()15894 if (Op1VT.bitsGT(mVT)) { in PerformDAGCombine()15895 int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits(); in PerformDAGCombine()15904 N->getOperand(0), BSwapOp, N->getOperand(2), DAG.getValueType(mVT) in PerformDAGCombine()