Lines Matching defs:Res
411 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local
419 if (int Res = cmpNumbers((uint64_t)&L.getSemantics(), in cmpAPFloats() local
427 if (int Res = cmpNumbers(L.size(), R.size())) in cmpStrings() local
437 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local
508 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
531 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
551 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
554 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
565 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
568 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
579 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
582 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
593 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
596 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
627 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
664 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
679 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
683 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
709 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
712 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
715 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
718 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
725 if (int Res = in cmpOperations() local
732 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
734 if (int Res = in cmpOperations() local
737 if (int Res = in cmpOperations() local
740 if (int Res = in cmpOperations() local
747 if (int Res = in cmpOperations() local
750 if (int Res = in cmpOperations() local
753 if (int Res = in cmpOperations() local
761 if (int Res = cmpNumbers(CI->getCallingConv(), in cmpOperations() local
764 if (int Res = in cmpOperations() local
772 if (int Res = cmpNumbers(CI->getCallingConv(), in cmpOperations() local
775 if (int Res = in cmpOperations() local
785 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
788 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
795 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
798 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
803 if (int Res = in cmpOperations() local
810 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
813 if (int Res = cmpNumbers(CXI->isWeak(), in cmpOperations() local
816 if (int Res = cmpNumbers(CXI->getSuccessOrdering(), in cmpOperations() local
819 if (int Res = cmpNumbers(CXI->getFailureOrdering(), in cmpOperations() local
826 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
829 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
832 if (int Res = cmpNumbers(RMWI->getOrdering(), in cmpOperations() local
849 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
861 if (int Res = cmpNumbers((uint64_t)GEPL->getPointerOperand()->getType(), in cmpGEPs() local
865 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
869 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
927 if (int Res = cmpValues(InstL, InstR)) in compare() local
939 if (int Res = in compare() local
942 if (int Res = cmpGEPs(GEPL, GEPR)) in compare() local
945 if (int Res = cmpOperations(InstL, InstR)) in compare() local
952 if (int Res = cmpValues(OpL, OpR)) in compare() local
954 if (int Res = cmpNumbers(OpL->getValueID(), OpR->getValueID())) in compare() local
957 if (int Res = cmpTypes(OpL->getType(), OpR->getType())) in compare() local
978 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare() local
981 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare() local
985 if (int Res = cmpNumbers((uint64_t)FnL->getGC(), (uint64_t)FnR->getGC())) in compare() local
989 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare() local
993 if (int Res = cmpStrings(FnL->getSection(), FnR->getSection())) in compare() local
997 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare() local
1002 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compare() local
1005 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compare() local
1036 if (int Res = cmpValues(BBL, BBR)) in compare() local
1039 if (int Res = compare(BBL, BBR)) in compare() local