Jlm
Classes | Namespaces | Typedefs
comparison.hpp File Reference
#include <jlm/rvsdg/bitstring/bitoperation-classes.hpp>
#include <jlm/rvsdg/simple-node.hpp>
Include dependency graph for comparison.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jlm::rvsdg::MakeBitComparisonOperation< reduction, name, opflags >
 

Namespaces

 jlm
 
 jlm::rvsdg
 

Typedefs

using jlm::rvsdg::biteq_op = MakeBitComparisonOperation< reduce_eq, BitEqLabel, BinaryOperation::flags::commutative >
 
using jlm::rvsdg::bitne_op = MakeBitComparisonOperation< reduce_ne, BitNeLabel, BinaryOperation::flags::commutative >
 
using jlm::rvsdg::bitsge_op = MakeBitComparisonOperation< reduce_sge, BitSgeLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitsgt_op = MakeBitComparisonOperation< reduce_sgt, BitSgtLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitsle_op = MakeBitComparisonOperation< reduce_sle, BitSleLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitslt_op = MakeBitComparisonOperation< reduce_slt, BitSltLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bituge_op = MakeBitComparisonOperation< reduce_uge, BitUgeLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitugt_op = MakeBitComparisonOperation< reduce_ugt, BitUgtLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitule_op = MakeBitComparisonOperation< reduce_ule, BitUleLabel, BinaryOperation::flags::none >
 
using jlm::rvsdg::bitult_op = MakeBitComparisonOperation< reduce_ult, BitUltLabel, BinaryOperation::flags::none >