Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:ICMP_UGE

238     dbgs() << "Unhandled type for ICMP_UGE predicate: " << *Ty << "\n";
273 case ICmpInst::ICMP_UGE: R = executeICMP_UGE(Src1, Src2, Ty); break;
487 case ICmpInst::ICMP_UGE: return executeICMP_UGE(Src1, Src2, Ty);