Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp23624 int InLanes = InVT.getVectorNumElements(); in combineShuffleOfBitcast() local
23625 if (VTLanes <= InLanes || VTLanes % InLanes != 0 || in combineShuffleOfBitcast()
23629 int Factor = VTLanes / InLanes; in combineShuffleOfBitcast()