Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp347 MVT SplatResTy = N->getSimpleValueType(0); in Select() local
348 if (SplatResTy.getVectorElementType() != MVT::i1) in Select()
361 if (SplatResTy.getVectorNumElements() == StandardVectorWidth) { in Select()
364 } else if (SplatResTy.getVectorNumElements() == PackedVectorWidth) { in Select()