Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44712 EVT SrcOpVT = SrcOp.getValueType(); in combineExtractWithShuffle() local
44713 if (SrcOpVT.isScalarInteger() && VT.isInteger() && in combineExtractWithShuffle()
44714 (SrcOpVT.getSizeInBits() % SrcEltBits) == 0) { in combineExtractWithShuffle()
44715 unsigned Scale = SrcOpVT.getSizeInBits() / SrcEltBits; in combineExtractWithShuffle()