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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 779 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(Identity));
787 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(Select));
795 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(Reverse));
803 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(SingleSource));
811 EXPECT_TRUE(ShuffleVectorInst::isZeroEltSplatMask(ZeroEltSplat));
819 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(Transpose));
835 EXPECT_TRUE(ShuffleVectorInst::isZeroEltSplatMask(ConstantVector::get({C4, CU, CU, C4})));
836 EXPECT_TRUE(ShuffleVectorInst::isZeroEltSplatMask(ConstantVector::get({CU, C0, CU, C0})));
    [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 82 milliseconds