Home
last modified time | relevance | path

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

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