• Home
  • Raw
  • Download

Lines Matching refs:InstIcmp

1625 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs)  in createIntCompare()
1630 auto cmp = Ice::InstIcmp::create(::function, condition, result, lhs, rhs); in createIntCompare()
1639 return createIntCompare(Ice::InstIcmp::Eq, lhs, rhs); in createPtrEQ()
1645 return createIntCompare(Ice::InstIcmp::Eq, lhs, rhs); in createICmpEQ()
1651 return createIntCompare(Ice::InstIcmp::Ne, lhs, rhs); in createICmpNE()
1657 return createIntCompare(Ice::InstIcmp::Ugt, lhs, rhs); in createICmpUGT()
1663 return createIntCompare(Ice::InstIcmp::Uge, lhs, rhs); in createICmpUGE()
1669 return createIntCompare(Ice::InstIcmp::Ult, lhs, rhs); in createICmpULT()
1675 return createIntCompare(Ice::InstIcmp::Ule, lhs, rhs); in createICmpULE()
1681 return createIntCompare(Ice::InstIcmp::Sgt, lhs, rhs); in createICmpSGT()
1687 return createIntCompare(Ice::InstIcmp::Sge, lhs, rhs); in createICmpSGE()
1693 return createIntCompare(Ice::InstIcmp::Slt, lhs, rhs); in createICmpSLT()
1699 return createIntCompare(Ice::InstIcmp::Sle, lhs, rhs); in createICmpSLE()
2406 return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
2503 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
2517 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
2704 return RValue<Short4>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
2799 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
2812 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()
3475 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
3489 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
3712 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
3726 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()