Home
last modified time | relevance | path

Searched defs:CreateFMul (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h79 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul() function
H A DConstantFolder.h61 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const override { in CreateFMul() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1490 func (b Builder) CreateFMul(lhs, rhs Value, name string) (v Value) { func