Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_SLE

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