Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h2194 static bool isSelectMask(ArrayRef<int> Mask);
2195 static bool isSelectMask(const Constant *Mask) {
2199 return isSelectMask(MaskAsInts);
2211 return !changesLength() && isSelectMask(ShuffleMask);
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h944 if (ShuffleVectorInst::isSelectMask(Mask)) in improveShuffleKindFromMask()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2104 assert((ShuffleVectorInst::isSelectMask(NewMask) || in foldSelectShuffleOfSelectShuffle()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp2356 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask) { in isSelectMask() function in ShuffleVectorInst