Lines Matching refs:ICMP_UGT
1547 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1550 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_UGT) in SimplifyAndOfICmps()
1698 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_SLE) in SimplifyOrOfICmps()
1709 if (Pred0 == ICmpInst::ICMP_UGT && Pred1 == ICmpInst::ICMP_ULE) in SimplifyOrOfICmps()
1987 case CmpInst::ICMP_UGT: in computePointerICmp()
2169 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2224 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2482 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2558 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2666 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2673 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2723 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2754 case ICmpInst::ICMP_UGT: in SimplifyICmpInst()
2774 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2807 if (Pred == ICmpInst::ICMP_UGT) in SimplifyICmpInst()
2968 case CmpInst::ICMP_UGT: { in SimplifyICmpInst()
3030 if (Pred == CmpInst::ICMP_UGT) in SimplifyICmpInst()
3407 if (Pred == ICmpInst::ICMP_UGT && C->isMaxValue()) in SimplifySelectInst()