Home | History | Annotate | Download | only in src

Lines Matching refs:InstIcmp

410     Ice::InstIcmp::ICond Cond;
415 Cond = Ice::InstIcmp::Eq;
418 Cond = Ice::InstIcmp::Ne;
421 Cond = Ice::InstIcmp::Ugt;
424 Cond = Ice::InstIcmp::Uge;
427 Cond = Ice::InstIcmp::Ult;
430 Cond = Ice::InstIcmp::Ule;
433 Cond = Ice::InstIcmp::Sgt;
436 Cond = Ice::InstIcmp::Sge;
439 Cond = Ice::InstIcmp::Slt;
442 Cond = Ice::InstIcmp::Sle;
446 return Ice::InstIcmp::create(Func.get(), Cond, Dest, Src0, Src1);