Searched refs:createMul (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslExprBuilder.h | 264 llvm::Value *createMul(llvm::Value *LHS, llvm::Value *RHS,
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslExprBuilder.cpp | 160 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 D | MCExpr.h | 580 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 D | VectorTransforms.cpp | 1326 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()
|