Searched defs:CreateMul (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | FixedPointBuilder.h | 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | FixedPointBuilder.h | 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | FixedPointBuilder.h | 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | FixedPointBuilder.h | 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 229 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 245 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 253 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1310 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2850 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2490 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local
|