Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2226 static bool isTransposeMask(ArrayRef<int> Mask);
2227 static bool isTransposeMask(const Constant *Mask) {
2231 return isTransposeMask(MaskAsInts);
2240 return !changesLength() && isTransposeMask(getMask());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1987 bool ShuffleVectorInst::isTransposeMask(ArrayRef<int> Mask) { in isTransposeMask() function in ShuffleVectorInst