Searched defs:isBitwiseOp (Results 1 – 4 of 4) sorted by relevance
830 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
1000 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
991 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