Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsClusteredTests.cpp437 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
540 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
H A DvktSubgroupsArithmeticTests.cpp531 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
639 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
H A DvktSubgroupsPartitionedTests.cpp561 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
666 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsClusteredTests.cpp813 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
H A DglcSubgroupsArithmeticTests.cpp998 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
H A DglcSubgroupsPartitionedTests.cpp944 bool isBitwiseOp = false; in createSubgroupsPartitionedTests() local
/aosp_15_r20/external/clang/include/clang/AST/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h3952 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3953 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h3930 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3931 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h3924 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3925 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h3924 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3925 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function