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