Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h49 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
H A DNoFolder.h77 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
H A DNoFolder.h69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1304 func (b Builder) CreateFSub(lhs, rhs Value, name string) (v Value) { func