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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 776 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(Identity)); // identity is distinguished from select
784 EXPECT_TRUE(ShuffleVectorInst::isSelectMask(Select));
792 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(Reverse));
800 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(SingleSource));
808 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(ZeroEltSplat));
816 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(Transpose));
826 EXPECT_TRUE(ShuffleVectorInst::isSelectMask(ConstantVector::get({C4, C1, C6, CU})));
827 EXPECT_TRUE(ShuffleVectorInst::isSelectMask(ConstantVector::get({CU, C1, C6, C3})));
    [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 525 milliseconds