Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask() function
266 if (Mask && !isAllTrueMask(Mask)) { in expandPredicationInBinaryOperator()
424 if (Mask && !isAllTrueMask(Mask)) { in expandPredicationInReduction()
579 bool IsUnmasked = isAllTrueMask(MaskParam); in expandPredicationInMemoryIntrinsic()