Searched defs:isLogicalOp (Results 1 – 1 of 1) sorted by relevance
3977 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } isLogicalOp() function 3978 bool isLogicalOp() const { return isLogicalOp(getOpcode()); } isLogicalOp() function