Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44608 EVT SrcOpVT = SrcOp.getValueType(); in combineExtractWithShuffle() local
44609 if (SrcOpVT.isScalarInteger() && VT.isInteger() && in combineExtractWithShuffle()
44610 (SrcOpVT.getSizeInBits() % SrcEltBits) == 0) { in combineExtractWithShuffle()
44611 unsigned Scale = SrcOpVT.getSizeInBits() / SrcEltBits; in combineExtractWithShuffle()