Searched refs:SrcOpVT (Results 1 – 1 of 1) sorted by relevance
43424 EVT SrcOpVT = SrcOp.getValueType(); in combineExtractWithShuffle() local43425 if (SrcOpVT.isScalarInteger() && VT.isInteger() && in combineExtractWithShuffle()43426 (SrcOpVT.getSizeInBits() % SrcEltBits) == 0) { in combineExtractWithShuffle()43427 unsigned Scale = SrcOpVT.getSizeInBits() / SrcEltBits; in combineExtractWithShuffle()