Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFixedPointBuilder.h288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDReassociate.cpp261 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2248 auto CreateMul = [&B](Value *X, Value *Y) { in emitTransformedIndex() local