Searched defs:isBinaryOp (Results 1 – 3 of 3) sorted by relevance
86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function96 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST