Home
last modified time | relevance | path

Searched refs:isZeroEltSplatMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2213 static bool isZeroEltSplatMask(ArrayRef<int> Mask);
2214 static bool isZeroEltSplatMask(const Constant *Mask) {
2218 return isZeroEltSplatMask(MaskAsInts);
2228 return !changesLength() && isZeroEltSplatMask(ShuffleMask);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h834 if (ShuffleVectorInst::isZeroEltSplatMask(Mask)) in improveShuffleKindFromMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2174 bool ShuffleVectorInst::isZeroEltSplatMask(ArrayRef<int> Mask) { in isZeroEltSplatMask() function in ShuffleVectorInst