Searched defs:isCommaOp (Results 1 – 1 of 1) sorted by relevance
3962 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function3963 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function