Searched defs:CreateAdd (Results 1 – 2 of 2) sorted by relevance
318 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
1262 func (b Builder) CreateAdd(lhs, rhs Value, name string) (v Value) { func