Searched defs:CreateBinOp (Results 1 – 7 of 7) sorted by relevance
115 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
173 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
107 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
1412 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func