Home
last modified time | relevance | path

Searched defs:CreateFMul (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.h58 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
H A DNoFolder.h97 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
H A DNoFolder.h85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1328 func (b Builder) CreateFMul(lhs, rhs Value, name string) (v Value) { func