Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_ULE

1558             return isSigned ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE;
1738 case ICmpInst::ICMP_ULE: return ConstantInt::get(ResultTy, V1.ule(V2));
1877 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE:
1895 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE:
1907 case ICmpInst::ICMP_ULE:
1909 if (pred == ICmpInst::ICMP_ULT || pred == ICmpInst::ICMP_ULE) Result = 1;