Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp152 Value *IslExprBuilder::createAdd(Value *LHS, Value *RHS, const Twine &Name) { in createAdd() function in IslExprBuilder
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h525 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() function
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1317 static Value createAdd(Location loc, Value x, Value y, bool isInt, in createAdd() function