Searched defs:CreateFMul (Results 1 – 7 of 7) sorted by relevance
52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
1328 func (b Builder) CreateFMul(lhs, rhs Value, name string) (v Value) { func