Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp810 mlir::Value createCharCompare(mlir::arith::CmpIPredicate pred, in createCharCompare() function in __anon67dfc8450c11::ScalarExprLowering
816 mlir::Value createCharCompare(const A &ex, mlir::arith::CmpIPredicate pred) { in createCharCompare() function in __anon67dfc8450c11::ScalarExprLowering
818 return createCharCompare(pred, left, genval(ex.right())); in createCharCompare()
1323 return createCharCompare(op, translateRelational(op.opr)); in genval()