Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25567 int InLanes = InVT.getVectorNumElements(); in combineShuffleOfBitcast() local
25568 if (VTLanes <= InLanes || VTLanes % InLanes != 0 || in combineShuffleOfBitcast()
25572 int Factor = VTLanes / InLanes; in combineShuffleOfBitcast()