Lines Matching refs:Res

78   if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth()))  in cmpAPInts()  local
79 return Res; in cmpAPInts()
91 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local
93 return Res; in cmpAPFloats()
94 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local
96 return Res; in cmpAPFloats()
97 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local
99 return Res; in cmpAPFloats()
100 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local
102 return Res; in cmpAPFloats()
108 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local
109 return Res; in cmpMem()
118 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs() local
119 return Res; in cmpAttrs()
136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() local
137 return Res; in cmpAttrs()
143 if (int Res = cmpNumbers((uint64_t)TyL, (uint64_t)TyR)) in cmpAttrs() local
144 return Res; in cmpAttrs()
204 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpMDNode() local
205 return Res; in cmpMDNode()
207 if (int Res = cmpMetadata(L->getOperand(I), R->getOperand(I))) in cmpMDNode() local
208 return Res; in cmpMDNode()
227 if (int Res = cmpNumbers(KeyL, KeyR)) in cmpInstMetadata() local
228 return Res; in cmpInstMetadata()
229 if (int Res = cmpMDNode(ML, MR)) in cmpInstMetadata() local
230 return Res; in cmpInstMetadata()
239 if (int Res = in cmpOperandBundlesSchema() local
241 return Res; in cmpOperandBundlesSchema()
247 if (int Res = OBL.getTagName().compare(OBR.getTagName())) in cmpOperandBundlesSchema() local
248 return Res; in cmpOperandBundlesSchema()
250 if (int Res = cmpNumbers(OBL.Inputs.size(), OBR.Inputs.size())) in cmpOperandBundlesSchema() local
251 return Res; in cmpOperandBundlesSchema()
306 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
307 return Res; in cmpConstants()
335 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
336 return Res; in cmpConstants()
368 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
369 return Res; in cmpConstants()
371 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
373 return Res; in cmpConstants()
382 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
383 return Res; in cmpConstants()
385 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
387 return Res; in cmpConstants()
396 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
397 return Res; in cmpConstants()
399 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
401 return Res; in cmpConstants()
408 if (int Res = cmpNumbers(LE->getOpcode(), RE->getOpcode())) in cmpConstants() local
409 return Res; in cmpConstants()
412 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
413 return Res; in cmpConstants()
415 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
417 return Res; in cmpConstants()
420 if (int Res = cmpNumbers(LE->getPredicate(), RE->getPredicate())) in cmpConstants() local
421 return Res; in cmpConstants()
424 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants() local
426 return Res; in cmpConstants()
427 if (int Res = cmpNumbers(GEPL->isInBounds(), GEPR->isInBounds())) in cmpConstants() local
428 return Res; in cmpConstants()
429 if (int Res = cmpNumbers(GEPL->getInRangeIndex().value_or(unsigned(-1)), in cmpConstants() local
431 return Res; in cmpConstants()
435 if (int Res = in cmpConstants() local
437 return Res; in cmpConstants()
438 if (int Res = in cmpConstants() local
440 return Res; in cmpConstants()
447 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() local
448 return Res; in cmpConstants()
516 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
517 return Res; in cmpTypes()
551 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
552 return Res; in cmpTypes()
566 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
567 return Res; in cmpTypes()
570 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
571 return Res; in cmpTypes()
607 if (int Res = cmpValues(L, R)) in cmpOperations() local
608 return Res; in cmpOperations()
614 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
615 return Res; in cmpOperations()
620 if (int Res = in cmpOperations() local
622 return Res; in cmpOperations()
626 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
627 return Res; in cmpOperations()
629 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
630 return Res; in cmpOperations()
632 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
634 return Res; in cmpOperations()
639 if (int Res = in cmpOperations() local
641 return Res; in cmpOperations()
646 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() local
648 return Res; in cmpOperations()
652 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
653 return Res; in cmpOperations()
654 if (int Res = cmpAligns(LI->getAlign(), cast<LoadInst>(R)->getAlign())) in cmpOperations() local
655 return Res; in cmpOperations()
656 if (int Res = in cmpOperations() local
658 return Res; in cmpOperations()
659 if (int Res = cmpNumbers(LI->getSyncScopeID(), in cmpOperations() local
661 return Res; in cmpOperations()
665 if (int Res = in cmpOperations() local
667 return Res; in cmpOperations()
668 if (int Res = cmpAligns(SI->getAlign(), cast<StoreInst>(R)->getAlign())) in cmpOperations() local
669 return Res; in cmpOperations()
670 if (int Res = in cmpOperations() local
672 return Res; in cmpOperations()
680 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations() local
681 return Res; in cmpOperations()
682 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations() local
683 return Res; in cmpOperations()
684 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations() local
685 return Res; in cmpOperations()
687 if (int Res = cmpNumbers(CI->getTailCallKind(), in cmpOperations() local
689 return Res; in cmpOperations()
696 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
697 return Res; in cmpOperations()
699 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
700 return Res; in cmpOperations()
707 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
708 return Res; in cmpOperations()
710 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
711 return Res; in cmpOperations()
715 if (int Res = in cmpOperations() local
717 return Res; in cmpOperations()
722 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
724 return Res; in cmpOperations()
725 if (int Res = in cmpOperations() local
727 return Res; in cmpOperations()
728 if (int Res = in cmpOperations() local
731 return Res; in cmpOperations()
732 if (int Res = in cmpOperations() local
735 return Res; in cmpOperations()
740 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
742 return Res; in cmpOperations()
743 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
745 return Res; in cmpOperations()
746 if (int Res = cmpOrderings(RMWI->getOrdering(), in cmpOperations() local
748 return Res; in cmpOperations()
755 if (int Res = cmpNumbers(LMask.size(), RMask.size())) in cmpOperations() local
756 return Res; in cmpOperations()
758 if (int Res = cmpNumbers(LMask[i], RMask[i])) in cmpOperations() local
759 return Res; in cmpOperations()
768 if (int Res = in cmpOperations() local
770 return Res; in cmpOperations()
783 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
784 return Res; in cmpGEPs()
794 if (int Res = in cmpGEPs() local
796 return Res; in cmpGEPs()
798 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
799 return Res; in cmpGEPs()
802 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
803 return Res; in cmpGEPs()
815 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() local
816 return Res; in cmpInlineAsm()
817 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm() local
818 return Res; in cmpInlineAsm()
819 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm() local
820 return Res; in cmpInlineAsm()
821 if (int Res = cmpNumbers(L->hasSideEffects(), R->hasSideEffects())) in cmpInlineAsm() local
822 return Res; in cmpInlineAsm()
823 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm() local
824 return Res; in cmpInlineAsm()
825 if (int Res = cmpNumbers(L->getDialect(), R->getDialect())) in cmpInlineAsm() local
826 return Res; in cmpInlineAsm()
900 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks() local
901 return Res; in cmpBasicBlocks()
908 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() local
909 return Res; in cmpBasicBlocks()
927 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature() local
928 return Res; in compareSignature()
930 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() local
931 return Res; in compareSignature()
934 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature() local
935 return Res; in compareSignature()
938 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() local
939 return Res; in compareSignature()
942 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature() local
943 return Res; in compareSignature()
946 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature() local
947 return Res; in compareSignature()
951 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature() local
952 return Res; in compareSignature()
954 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compareSignature() local
955 return Res; in compareSignature()
976 if (int Res = compareSignature()) in compare() local
977 return Res; in compare()
994 if (int Res = cmpValues(BBL, BBR)) in compare() local
995 return Res; in compare()
997 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare() local
998 return Res; in compare()