Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13150 EVT ConcatVT = N0.getOperand(0).getValueType(); in partitionShuffleOfConcats() local
13151 unsigned NumElemsPerConcat = ConcatVT.getVectorNumElements(); in partitionShuffleOfConcats()
13160 N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0), N0.getOperand(1), in partitionShuffleOfConcats()
13162 N1 = DAG.getUNDEF(ConcatVT); in partitionShuffleOfConcats()