• Home
  • Raw
  • Download

Lines Matching refs:TmpDest

544       auto *TmpDest = makeVariable(IceType_i1);  in Binop()  local
546 InstIcmp::create(Func, InstIcmp::Ne, TmpDest, Left, Right)); in Binop()
547 BoolDest->setBoolSource(TmpDest); in Binop()
549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
554 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
556 InstIcmp::create(Func, InstIcmp::Eq, TmpDest, Left, Right)); in Binop()
557 BoolDest->setBoolSource(TmpDest); in Binop()
559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
564 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
566 InstIcmp::create(Func, InstIcmp::Slt, TmpDest, Left, Right)); in Binop()
567 BoolDest->setBoolSource(TmpDest); in Binop()
569 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
574 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
576 InstIcmp::create(Func, InstIcmp::Sle, TmpDest, Left, Right)); in Binop()
577 BoolDest->setBoolSource(TmpDest); in Binop()
579 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
584 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
586 InstIcmp::create(Func, InstIcmp::Uge, TmpDest, Left, Right)); in Binop()
587 BoolDest->setBoolSource(TmpDest); in Binop()
589 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
594 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
596 InstIcmp::create(Func, InstIcmp::Ule, TmpDest, Left, Right)); in Binop()
597 BoolDest->setBoolSource(TmpDest); in Binop()
599 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
604 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
606 InstIcmp::create(Func, InstIcmp::Ult, TmpDest, Left, Right)); in Binop()
607 BoolDest->setBoolSource(TmpDest); in Binop()
609 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
614 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
616 InstIcmp::create(Func, InstIcmp::Sge, TmpDest, Left, Right)); in Binop()
617 BoolDest->setBoolSource(TmpDest); in Binop()
619 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
624 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
626 InstIcmp::create(Func, InstIcmp::Sgt, TmpDest, Left, Right)); in Binop()
627 BoolDest->setBoolSource(TmpDest); in Binop()
629 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
634 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
636 InstIcmp::create(Func, InstIcmp::Ugt, TmpDest, Left, Right)); in Binop()
637 BoolDest->setBoolSource(TmpDest); in Binop()
639 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
644 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
646 InstFcmp::create(Func, InstFcmp::Ueq, TmpDest, Left, Right)); in Binop()
647 BoolDest->setBoolSource(TmpDest); in Binop()
649 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
654 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
656 InstFcmp::create(Func, InstFcmp::Une, TmpDest, Left, Right)); in Binop()
657 BoolDest->setBoolSource(TmpDest); in Binop()
659 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
664 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
666 InstFcmp::create(Func, InstFcmp::Ule, TmpDest, Left, Right)); in Binop()
667 BoolDest->setBoolSource(TmpDest); in Binop()
669 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
674 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
676 InstFcmp::create(Func, InstFcmp::Ult, TmpDest, Left, Right)); in Binop()
677 BoolDest->setBoolSource(TmpDest); in Binop()
679 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
684 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
686 InstFcmp::create(Func, InstFcmp::Uge, TmpDest, Left, Right)); in Binop()
687 BoolDest->setBoolSource(TmpDest); in Binop()
689 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
694 auto *TmpDest = makeVariable(IceType_i1); in Binop() local
696 InstFcmp::create(Func, InstFcmp::Ugt, TmpDest, Left, Right)); in Binop()
697 BoolDest->setBoolSource(TmpDest); in Binop()
699 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()