Home
last modified time | relevance | path

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

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