Home
last modified time | relevance | path

Searched defs:mul1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dubsan-promoted-arith.cpp51 char mul1(char c) { return c * c; } in mul1() function
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1721 Value mul1 = b.create<arith::MulFOp>(val1, delta); matchAndRewrite() local
1769 Value mul1 = b.create<arith::MulIOp>(val1, weight1); matchAndRewrite() local