Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h676 static bool isSelectMask(ArrayRef<int> Mask, int NumSrcElts) { in isSelectMask() function
679 static bool isSelectMask(const Constant *Mask, int NumSrcElts) { in isSelectMask() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1989 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask, int NumSrcElts) { in isSelectMask() function in ShuffleVectorInst