Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask() function
228 if (Mask && !isAllTrueMask(Mask)) { in expandPredicationInBinaryOperator()