Searched defs:CreateFMul (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetFolder.h | 68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
D | ConstantFolder.h | 52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
D | NoFolder.h | 85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 67 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 59 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
D | NoFolder.h | 98 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
D | NoFolder.h | 85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1328 func (b Builder) CreateFMul(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1395 func (b Builder) CreateFMul(lhs, rhs Value, name string) (v Value) { func
|