Searched defs:CreateBinOp (Results 1 – 4 of 4) sorted by relevance
147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
118 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
112 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
1574 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func