Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFixedPointBuilder.h286 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp253 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1438 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2440 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local