Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp266 MVT SplatResTy = N->getSimpleValueType(0); in Select() local
267 if (SplatResTy.getVectorElementType() != MVT::i1) in Select()
280 if (SplatResTy.getVectorNumElements() == StandardVectorWidth) { in Select()
283 } else if (SplatResTy.getVectorNumElements() == PackedVectorWidth) { in Select()