Home
last modified time | relevance | path

Searched refs:SrcOpVT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43424 EVT SrcOpVT = SrcOp.getValueType(); in combineExtractWithShuffle() local
43425 if (SrcOpVT.isScalarInteger() && VT.isInteger() && in combineExtractWithShuffle()
43426 (SrcOpVT.getSizeInBits() % SrcEltBits) == 0) { in combineExtractWithShuffle()
43427 unsigned Scale = SrcOpVT.getSizeInBits() / SrcEltBits; in combineExtractWithShuffle()