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