• Home
  • Raw
  • Download

Lines Matching refs:InstIcmp

1067 	static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs)  in createIntCompare()
1072 auto cmp = Ice::InstIcmp::create(::function, condition, result, lhs, rhs); in createIntCompare()
1080 return createIntCompare(Ice::InstIcmp::Eq, lhs, rhs); in createICmpEQ()
1085 return createIntCompare(Ice::InstIcmp::Ne, lhs, rhs); in createICmpNE()
1090 return createIntCompare(Ice::InstIcmp::Ugt, lhs, rhs); in createICmpUGT()
1095 return createIntCompare(Ice::InstIcmp::Uge, lhs, rhs); in createICmpUGE()
1100 return createIntCompare(Ice::InstIcmp::Ult, lhs, rhs); in createICmpULT()
1105 return createIntCompare(Ice::InstIcmp::Ule, lhs, rhs); in createICmpULE()
1110 return createIntCompare(Ice::InstIcmp::Sgt, lhs, rhs); in createICmpSGT()
1115 return createIntCompare(Ice::InstIcmp::Sge, lhs, rhs); in createICmpSGE()
1120 return createIntCompare(Ice::InstIcmp::Slt, lhs, rhs); in createICmpSLT()
1125 return createIntCompare(Ice::InstIcmp::Sle, lhs, rhs); in createICmpSLE()
3146 return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
3500 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
3513 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
3703 return RValue<Short4>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
3927 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
3940 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()
5891 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
5904 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
6309 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
6322 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()