Lines Matching refs:Res

411   if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth()))  in cmpAPInts()  local
412 return Res; in cmpAPInts()
419 if (int Res = cmpNumbers((uint64_t)&L.getSemantics(), in cmpAPFloats() local
421 return Res; in cmpAPFloats()
427 if (int Res = cmpNumbers(L.size(), R.size())) in cmpStrings() local
428 return Res; in cmpStrings()
437 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local
438 return Res; in cmpAttrs()
508 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
509 return Res; in cmpConstants()
531 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
532 return Res; in cmpConstants()
551 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
552 return Res; in cmpConstants()
554 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
556 return Res; in cmpConstants()
565 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
566 return Res; in cmpConstants()
568 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
570 return Res; in cmpConstants()
579 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
580 return Res; in cmpConstants()
582 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
584 return Res; in cmpConstants()
593 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
594 return Res; in cmpConstants()
596 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
598 return Res; in cmpConstants()
627 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
628 return Res; in cmpTypes()
664 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
665 return Res; in cmpTypes()
679 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
680 return Res; in cmpTypes()
683 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
684 return Res; in cmpTypes()
709 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
710 return Res; in cmpOperations()
712 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
713 return Res; in cmpOperations()
715 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
716 return Res; in cmpOperations()
718 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
720 return Res; in cmpOperations()
725 if (int Res = in cmpOperations() local
727 return Res; in cmpOperations()
732 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
733 return Res; in cmpOperations()
734 if (int Res = in cmpOperations() local
736 return Res; in cmpOperations()
737 if (int Res = in cmpOperations() local
739 return Res; in cmpOperations()
740 if (int Res = in cmpOperations() local
742 return Res; in cmpOperations()
747 if (int Res = in cmpOperations() local
749 return Res; in cmpOperations()
750 if (int Res = in cmpOperations() local
752 return Res; in cmpOperations()
753 if (int Res = in cmpOperations() local
755 return Res; in cmpOperations()
761 if (int Res = cmpNumbers(CI->getCallingConv(), in cmpOperations() local
763 return Res; in cmpOperations()
764 if (int Res = in cmpOperations() local
766 return Res; in cmpOperations()
772 if (int Res = cmpNumbers(CI->getCallingConv(), in cmpOperations() local
774 return Res; in cmpOperations()
775 if (int Res = in cmpOperations() local
777 return Res; in cmpOperations()
785 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
786 return Res; in cmpOperations()
788 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
789 return Res; in cmpOperations()
795 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
796 return Res; in cmpOperations()
798 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
799 return Res; in cmpOperations()
803 if (int Res = in cmpOperations() local
805 return Res; in cmpOperations()
810 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
812 return Res; in cmpOperations()
813 if (int Res = cmpNumbers(CXI->isWeak(), in cmpOperations() local
815 return Res; in cmpOperations()
816 if (int Res = cmpNumbers(CXI->getSuccessOrdering(), in cmpOperations() local
818 return Res; in cmpOperations()
819 if (int Res = cmpNumbers(CXI->getFailureOrdering(), in cmpOperations() local
821 return Res; in cmpOperations()
826 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
828 return Res; in cmpOperations()
829 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
831 return Res; in cmpOperations()
832 if (int Res = cmpNumbers(RMWI->getOrdering(), in cmpOperations() local
834 return Res; in cmpOperations()
849 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
850 return Res; in cmpGEPs()
861 if (int Res = cmpNumbers((uint64_t)GEPL->getPointerOperand()->getType(), in cmpGEPs() local
863 return Res; in cmpGEPs()
865 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
866 return Res; in cmpGEPs()
869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
870 return Res; in cmpGEPs()
927 if (int Res = cmpValues(InstL, InstR)) in compare() local
928 return Res; in compare()
939 if (int Res = in compare() local
941 return Res; in compare()
942 if (int Res = cmpGEPs(GEPL, GEPR)) in compare() local
943 return Res; in compare()
945 if (int Res = cmpOperations(InstL, InstR)) in compare() local
946 return Res; in compare()
952 if (int Res = cmpValues(OpL, OpR)) in compare() local
953 return Res; in compare()
954 if (int Res = cmpNumbers(OpL->getValueID(), OpR->getValueID())) in compare() local
955 return Res; in compare()
957 if (int Res = cmpTypes(OpL->getType(), OpR->getType())) in compare() local
958 return Res; in compare()
978 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare() local
979 return Res; in compare()
981 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare() local
982 return Res; in compare()
985 if (int Res = cmpNumbers((uint64_t)FnL->getGC(), (uint64_t)FnR->getGC())) in compare() local
986 return Res; in compare()
989 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare() local
990 return Res; in compare()
993 if (int Res = cmpStrings(FnL->getSection(), FnR->getSection())) in compare() local
994 return Res; in compare()
997 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare() local
998 return Res; in compare()
1002 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compare() local
1003 return Res; in compare()
1005 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compare() local
1006 return Res; in compare()
1036 if (int Res = cmpValues(BBL, BBR)) in compare() local
1037 return Res; in compare()
1039 if (int Res = compare(BBL, BBR)) in compare() local
1040 return Res; in compare()