Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h384 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
389 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp778 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
838 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
856 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
914 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()