Home | History | Annotate | Download | only in Reactor

Lines Matching refs:InstIcmp

1067 	static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs)
1072 auto cmp = Ice::InstIcmp::create(::function, condition, result, lhs, rhs);
1080 return createIntCompare(Ice::InstIcmp::Eq, lhs, rhs);
1085 return createIntCompare(Ice::InstIcmp::Ne, lhs, rhs);
1090 return createIntCompare(Ice::InstIcmp::Ugt, lhs, rhs);
1095 return createIntCompare(Ice::InstIcmp::Uge, lhs, rhs);
1100 return createIntCompare(Ice::InstIcmp::Ult, lhs, rhs);
1105 return createIntCompare(Ice::InstIcmp::Ule, lhs, rhs);
1110 return createIntCompare(Ice::InstIcmp::Sgt, lhs, rhs);
1115 return createIntCompare(Ice::InstIcmp::Sge, lhs, rhs);
1120 return createIntCompare(Ice::InstIcmp::Slt, lhs, rhs);
1125 return createIntCompare(Ice::InstIcmp::Sle, lhs, rhs);
2870 // return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Ugt, x.value, y.value));
3146 return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value));
3500 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value);
3513 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value);
3703 return RValue<Short4>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value));
3927 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value);
3940 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value);
5891 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value);
5904 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value);
6309 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value);
6322 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value);