Home
last modified time | relevance | path

Searched refs:createMul (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslExprBuilder.h264 llvm::Value *createMul(llvm::Value *LHS, llvm::Value *RHS,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp160 Value *IslExprBuilder::createMul(Value *LHS, Value *RHS, const Twine &Name) { in createMul() function in IslExprBuilder
334 IndexOp = createMul(IndexOp, DimSize, "polly.access.mul." + BaseName); in createAccessAddress()
413 Res = createMul(LHS, RHS); in createOpBin()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h580 static const MCBinaryExpr *createMul(const MCExpr *LHS, const MCExpr *RHS, in createMul() function
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1326 static Value createMul(Location loc, Value x, Value y, bool isInt, in createMul() function
1739 Value m = createMul(op.getLoc(), a, b, isInt, rewriter); in matchAndRewrite()
1966 Value m = createMul(loc, op.getLhs(), op.getRhs(), isInt, rewriter); in lowerReduction()