Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_SLT

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