Home
last modified time | relevance | path

Searched defs:isBitwiseOp (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp876 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
DvktSubgroupsArithmeticTests.cpp1004 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
/external/clang/include/clang/AST/
DExpr.h2980 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
2981 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function