Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp22 bool isPackedVectorType(EVT SomeVT) { in isPackedVectorType() argument
23 if (!SomeVT.isVector()) in isPackedVectorType()
25 return SomeVT.getVectorNumElements() > StandardVectorWidth; in isPackedVectorType()
44 bool isMaskType(EVT SomeVT) { in isMaskType() argument
45 if (!SomeVT.isVector()) in isMaskType()
47 return SomeVT.getVectorElementType() == MVT::i1; in isMaskType()
H A DVECustomDAG.h32 bool isPackedVectorType(EVT SomeVT);
34 bool isMaskType(EVT SomeVT);