Home
last modified time | relevance | path

Searched defs:CreateMul (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h227 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp229 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp245 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DReassociate.cpp246 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1472 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1310 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2850 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3221 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local