Home
last modified time | relevance | path

Searched refs:isAllTrueMask (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorBuilderTest.cpp80 static bool isAllTrueMask(Value *Val, unsigned NumElements) { in isAllTrueMask() function
124 ASSERT_TRUE(isAllTrueMask(VPIntrin->getMaskParam(), VectorNumElements)); \ in TEST_F()
205 ASSERT_TRUE(isAllTrueMask(VPIntrin->getMaskParam(), VectorNumElements)); \ in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp85 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask() function
248 if (Mask && !isAllTrueMask(Mask)) { in expandPredicationInBinaryOperator()
323 if (Mask && !isAllTrueMask(Mask)) { in expandPredicationInReduction()
410 bool IsUnmasked = isAllTrueMask(MaskParam); in expandPredicationInMemoryIntrinsic()