Searched defs:isBinaryOp (Results 1 – 9 of 9) sorted by relevance
90 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function100 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
192 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anon6ff389fb0111::PrototypeAST
211 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST
208 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in __anone46ffafc0111::PrototypeAST
226 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
256 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST