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