HomeSort by relevance Sort by last modified time
    Searched refs:isTransposeMask (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 780 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(Identity));
788 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(Select));
796 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(Reverse));
804 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(SingleSource));
812 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(ZeroEltSplat));
820 EXPECT_TRUE(ShuffleVectorInst::isTransposeMask(Transpose));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 175 milliseconds