Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_SLT

187     dbgs() << "Unhandled type for ICMP_SLT predicate: " << *Ty << "\n";
288 case ICmpInst::ICMP_SLT: R = executeICMP_SLT(Src1, Src2, Ty); break;
653 case ICmpInst::ICMP_SLT: return executeICMP_SLT(Src1, Src2, Ty);