Go to the source code of this file.
|
| 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 > |
| |