Searched defs:CreateFSub (Results 1 – 4 of 4) sorted by relevance
66 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
52 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
1466 func (b Builder) CreateFSub(lhs, rhs Value, name string) (v Value) { func