Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26641 int VTLanes = VT.getVectorNumElements(); in combineShuffleOfBitcast() local
26643 if (VTLanes <= InLanes || VTLanes % InLanes != 0 || in combineShuffleOfBitcast()
26647 int Factor = VTLanes / InLanes; in combineShuffleOfBitcast()