Searched refs:isBinaryOp (Results 1 – 5 of 5) sorted by relevance
86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function96 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
366 return I->isBinaryOp();
191 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST194 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()808 if (Proto->isBinaryOp()) in Codegen()831 if (Proto->isBinaryOp()) in Codegen()
207 bool isBinaryOp() const { return isOperator && Args.size() == 2; } in isBinaryOp() function in PrototypeAST210 assert(isUnaryOp() || isBinaryOp()); in getOperatorName()968 if (Proto->isBinaryOp()) in Codegen()994 if (Proto->isBinaryOp()) in Codegen()
818 if (Instruction::isBinaryOp(Opcode)) { in ConstantFoldInstOperands()