Lines Matching refs:InstIcmp
1086 static Value *createIntCompare(Ice::InstIcmp::ICond condition, Value *lhs, Value *rhs) in createIntCompare()
1091 auto cmp = Ice::InstIcmp::create(::function, condition, result, lhs, rhs); in createIntCompare()
1099 return createIntCompare(Ice::InstIcmp::Eq, lhs, rhs); in createICmpEQ()
1104 return createIntCompare(Ice::InstIcmp::Ne, lhs, rhs); in createICmpNE()
1109 return createIntCompare(Ice::InstIcmp::Ugt, lhs, rhs); in createICmpUGT()
1114 return createIntCompare(Ice::InstIcmp::Uge, lhs, rhs); in createICmpUGE()
1119 return createIntCompare(Ice::InstIcmp::Ult, lhs, rhs); in createICmpULT()
1124 return createIntCompare(Ice::InstIcmp::Ule, lhs, rhs); in createICmpULE()
1129 return createIntCompare(Ice::InstIcmp::Sgt, lhs, rhs); in createICmpSGT()
1134 return createIntCompare(Ice::InstIcmp::Sge, lhs, rhs); in createICmpSGE()
1139 return createIntCompare(Ice::InstIcmp::Slt, lhs, rhs); in createICmpSLT()
1144 return createIntCompare(Ice::InstIcmp::Sle, lhs, rhs); in createICmpSLE()
3165 return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
3519 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
3532 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
3752 return RValue<Short4>(createIntCompare(Ice::InstIcmp::Sgt, x.value, y.value)); in CmpGT()
3984 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
3997 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()
5918 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value, y.value); in Max()
5931 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value, y.value); in Min()
6362 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ule, condition, x.value, y.value); in Max()
6375 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Ugt, condition, x.value, y.value); in Min()