Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h2137 static bool isSelectMask(ArrayRef<int> Mask);
2138 static bool isSelectMask(const Constant *Mask) {
2142 return isSelectMask(MaskAsInts);
2154 return !changesLength() && isSelectMask(getMask());
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp1808 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask) { in isSelectMask() function in ShuffleVectorInst