Searched defs:isBitwiseOp (Results 1 – 1 of 1) sorted by relevance
2962 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function2963 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function