Home
last modified time | relevance | path

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

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