Searched defs:isBitwiseOp (Results 1 – 11 of 11) sorted by relevance
437 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local540 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
531 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local639 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
561 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local666 … const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
813 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
998 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
944 bool isBitwiseOp = false; in createSubgroupsPartitionedTests() local
2980 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function2981 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
3952 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function3953 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
3930 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function3931 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
3924 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function3925 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function