Searched defs:CreateAdd (Results 1 – 3 of 3) sorted by relevance
436 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd() function
352 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
1254 func (b Builder) CreateAdd(lhs, rhs Value, name string) (v Value) { func