Searched defs:isCommaOp (Results 1 – 4 of 4) sorted by relevance
3964 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function3965 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
3942 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function3943 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
3936 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function3937 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function