Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h810 static bool isExtractSubvectorMask(ArrayRef<int> Mask, int NumSrcElts, in isExtractSubvectorMask() function
815 static bool isExtractSubvectorMask(const Constant *Mask, int NumSrcElts, in isExtractSubvectorMask() function
822 bool isExtractSubvectorMask(int &Index) const { in isExtractSubvectorMask() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2074 bool ShuffleVectorInst::isExtractSubvectorMask(ArrayRef<int> Mask, in isExtractSubvectorMask() function in ShuffleVectorInst