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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 775 EXPECT_TRUE(ShuffleVectorInst::isIdentityMask(Identity));
783 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(Select));
791 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(Reverse));
799 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(SingleSource));
807 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(ZeroEltSplat));
815 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(Transpose));
823 EXPECT_TRUE(ShuffleVectorInst::isIdentityMask(ConstantVector::get({CU, C1, CU, C3})));
824 EXPECT_TRUE(ShuffleVectorInst::isIdentityMask(ConstantVector::get({C4, CU, C6, CU})));
    [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 77 milliseconds