Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToLLVM/
H A DArithmeticToLLVM.cpp159 static LLVMPredType convertCmpPredicate(PredType pred) { in convertCmpPredicate() function
173 convertCmpPredicate<LLVM::ICmpPredicate>(op.getPredicate()), in matchAndRewrite()
188 convertCmpPredicate<LLVM::ICmpPredicate>(op.getPredicate()), in matchAndRewrite()
208 convertCmpPredicate<LLVM::FCmpPredicate>(op.getPredicate()), in matchAndRewrite()
223 convertCmpPredicate<LLVM::FCmpPredicate>(op.getPredicate()), in matchAndRewrite()