Searched refs:mVT (Results 1 – 1 of 1) sorted by relevance
12503 EVT mVT = cast<StoreSDNode>(N)->getMemoryVT(); in PerformDAGCombine() local12504 if (mVT.isExtended()) in PerformDAGCombine()12514 if (Op1VT.bitsGT(mVT)) { in PerformDAGCombine()12515 int Shift = Op1VT.getSizeInBits() - mVT.getSizeInBits(); in PerformDAGCombine()12524 N->getOperand(0), BSwapOp, N->getOperand(2), DAG.getValueType(mVT) in PerformDAGCombine()