Lines Matching refs:ICMP_UGT
1551 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1554 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1717 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1728 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
2000 case CmpInst::ICMP_UGT: in computePointerICmp()
2192 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2250 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2508 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2584 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2705 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2726 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2776 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2807 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2829 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2862 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
3023 case CmpInst::ICMP_UGT: { in SimplifyICmpInst()
3085 if (Pred == CmpInst::ICMP_UGT) in SimplifyICmpInst()
3467 if (Pred == ICmpInst::ICMP_UGT && C->isMaxValue()) in SimplifySelectInst()