Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1179 mlir::Value createBinaryOp(const ExtValue &left, const ExtValue &right) { in createBinaryOp() function in __anon67dfc8450c11::ScalarExprLowering
1188 mlir::Value createBinaryOp(const A &ex) { in createBinaryOp() function in __anon67dfc8450c11::ScalarExprLowering
1190 return createBinaryOp<OpTy>(left, genval(ex.right())); in createBinaryOp()
1198 return createBinaryOp<GenBinFirOp>(x); \
1419 return createBinaryOp<mlir::arith::AndIOp>(lhs, rhs); in genval()
1421 return createBinaryOp<mlir::arith::OrIOp>(lhs, rhs); in genval()
5342 CC createBinaryOp(const A &evEx) { in createBinaryOp() function in __anon67dfc8455a11::ArrayExprLowering
5358 return createBinaryOp<GenBinFirOp>(x); \