Searched defs:CreateMul (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 366 static const MCBinaryExpr *CreateMul(const MCExpr *LHS, const MCExpr *RHS, in CreateMul() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 229 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 244 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1310 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1377 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
|