Searched defs:CreateAdd (Results 1 – 3 of 3) sorted by relevance
322 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd() function
217 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