Searched defs:isBinaryOp (Results 1 – 10 of 10) sorted by relevance
91 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function101 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
216 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anond1d418350111::PrototypeAST
210 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
234 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anon465089360111::PrototypeAST
225 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
232 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
209 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
251 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
368 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anonbaccfa370211::PrototypeAST