Searched defs:CreateFAdd (Results 1 – 7 of 7) sorted by relevance
40 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
57 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
38 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
54 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() function
1280 func (b Builder) CreateFAdd(lhs, rhs Value, name string) (v Value) { func