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