Searched defs:CreateMul (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | FixedPointBuilder.h | 227 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, 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-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 245 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 246 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1472 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
|
/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-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2850 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3221 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local
|