Searched defs:isBitwiseOp (Results 1 – 7 of 7) sorted by relevance
341 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local414 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
415 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local492 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
466 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local543 const bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
812 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
984 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
921 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