Home
last modified time | relevance | path

Searched defs:isSpliceMask (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DShuffleVectorInstTest.cpp78 TEST(ShuffleVectorInst, isSpliceMask) { in TEST() argument
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1975 bool ShuffleVectorInst::isSpliceMask(ArrayRef<int> Mask, int NumSrcElts, isSpliceMask() function in ShuffleVectorInst