Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_ULE

230     dbgs() << "Unhandled type for ICMP_ULE predicate: " << *Ty << "\n";
292 case ICmpInst::ICMP_ULE: R = executeICMP_ULE(Src1, Src2, Ty); break;
657 case ICmpInst::ICMP_ULE: return executeICMP_ULE(Src1, Src2, Ty);