Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SGT

1468       pred = isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1584 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1591 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1615 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1662 case 1: return isSigned ? ICmpInst::ICMP_SGT:ICmpInst::ICMP_UGT;
1671 return isSigned ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT;
1781 case ICmpInst::ICMP_SGT: return ConstantInt::get(ResultTy, V1.sgt(V2));
1936 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1948 case ICmpInst::ICMP_SGT:
1950 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SGE:
1961 if (pred == ICmpInst::ICMP_SGT) Result = 0;
1970 if (pred == ICmpInst::ICMP_SGT || pred == ICmpInst::ICMP_SGE) Result = 1;