Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_SGT

199     dbgs() << "Unhandled type for ICMP_SGT predicate: " << *Ty << "\n";
270 case ICmpInst::ICMP_SGT: R = executeICMP_SGT(Src1, Src2, Ty); break;
484 case ICmpInst::ICMP_SGT: return executeICMP_SGT(Src1, Src2, Ty);