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()
153 if (int Res = cmpAPInts(LCR.getLower(), RCR.getLower())) in cmpAttrs() local
154 return Res; in cmpAttrs()
155 if (int Res = cmpAPInts(LCR.getUpper(), RCR.getUpper())) in cmpAttrs() local
156 return Res; in cmpAttrs()
216 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpMDNode() local
217 return Res; in cmpMDNode()
219 if (int Res = cmpMetadata(L->getOperand(I), R->getOperand(I))) in cmpMDNode() local
220 return Res; in cmpMDNode()
239 if (int Res = cmpNumbers(KeyL, KeyR)) in cmpInstMetadata() local
240 return Res; in cmpInstMetadata()
241 if (int Res = cmpMDNode(ML, MR)) in cmpInstMetadata() local
242 return Res; in cmpInstMetadata()
251 if (int Res = in cmpOperandBundlesSchema() local
253 return Res; in cmpOperandBundlesSchema()
259 if (int Res = OBL.getTagName().compare(OBR.getTagName())) in cmpOperandBundlesSchema() local
260 return Res; in cmpOperandBundlesSchema()
262 if (int Res = cmpNumbers(OBL.Inputs.size(), OBR.Inputs.size())) in cmpOperandBundlesSchema() local
263 return Res; in cmpOperandBundlesSchema()
318 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
319 return Res; in cmpConstants()
347 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
348 return Res; in cmpConstants()
380 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
381 return Res; in cmpConstants()
383 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
385 return Res; in cmpConstants()
394 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
395 return Res; in cmpConstants()
397 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
399 return Res; in cmpConstants()
408 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
409 return Res; in cmpConstants()
411 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
413 return Res; in cmpConstants()
420 if (int Res = cmpNumbers(LE->getOpcode(), RE->getOpcode())) in cmpConstants() local
421 return Res; in cmpConstants()
424 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
425 return Res; in cmpConstants()
427 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
429 return Res; in cmpConstants()
433 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants() local
435 return Res; in cmpConstants()
436 if (int Res = cmpNumbers(GEPL->getNoWrapFlags().getRaw(), in cmpConstants() local
438 return Res; in cmpConstants()
445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) in cmpConstants() local
446 return Res; in cmpConstants()
447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) in cmpConstants() local
448 return Res; in cmpConstants()
455 if (int Res = in cmpConstants() local
457 return Res; in cmpConstants()
458 if (int Res = in cmpConstants() local
460 return Res; in cmpConstants()
467 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() local
468 return Res; in cmpConstants()
536 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
537 return Res; in cmpTypes()
571 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
572 return Res; in cmpTypes()
586 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
587 return Res; in cmpTypes()
590 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
591 return Res; in cmpTypes()
627 if (int Res = cmpValues(L, R)) in cmpOperations() local
628 return Res; in cmpOperations()
634 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
635 return Res; in cmpOperations()
640 if (int Res = in cmpOperations() local
642 return Res; in cmpOperations()
646 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
647 return Res; in cmpOperations()
649 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
650 return Res; in cmpOperations()
652 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
654 return Res; in cmpOperations()
659 if (int Res = in cmpOperations() local
661 return Res; in cmpOperations()
666 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() local
668 return Res; in cmpOperations()
672 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
673 return Res; in cmpOperations()
674 if (int Res = cmpAligns(LI->getAlign(), cast<LoadInst>(R)->getAlign())) in cmpOperations() local
675 return Res; in cmpOperations()
676 if (int Res = in cmpOperations() local
678 return Res; in cmpOperations()
679 if (int Res = cmpNumbers(LI->getSyncScopeID(), in cmpOperations() local
681 return Res; in cmpOperations()
685 if (int Res = in cmpOperations() local
687 return Res; in cmpOperations()
688 if (int Res = cmpAligns(SI->getAlign(), cast<StoreInst>(R)->getAlign())) in cmpOperations() local
689 return Res; in cmpOperations()
690 if (int Res = in cmpOperations() local
692 return Res; in cmpOperations()
700 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations() local
701 return Res; in cmpOperations()
702 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations() local
703 return Res; in cmpOperations()
704 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations() local
705 return Res; in cmpOperations()
707 if (int Res = cmpNumbers(CI->getTailCallKind(), in cmpOperations() local
709 return Res; in cmpOperations()
716 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
717 return Res; in cmpOperations()
719 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
720 return Res; in cmpOperations()
727 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
728 return Res; in cmpOperations()
730 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
731 return Res; in cmpOperations()
735 if (int Res = in cmpOperations() local
737 return Res; in cmpOperations()
742 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
744 return Res; in cmpOperations()
745 if (int Res = in cmpOperations() local
747 return Res; in cmpOperations()
748 if (int Res = in cmpOperations() local
751 return Res; in cmpOperations()
752 if (int Res = in cmpOperations() local
755 return Res; in cmpOperations()
760 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
762 return Res; in cmpOperations()
763 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
765 return Res; in cmpOperations()
766 if (int Res = cmpOrderings(RMWI->getOrdering(), in cmpOperations() local
768 return Res; in cmpOperations()
775 if (int Res = cmpNumbers(LMask.size(), RMask.size())) in cmpOperations() local
776 return Res; in cmpOperations()
778 if (int Res = cmpNumbers(LMask[i], RMask[i])) in cmpOperations() local
779 return Res; in cmpOperations()
788 if (int Res = in cmpOperations() local
790 return Res; in cmpOperations()
803 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
804 return Res; in cmpGEPs()
814 if (int Res = in cmpGEPs() local
816 return Res; in cmpGEPs()
818 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
819 return Res; in cmpGEPs()
822 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
823 return Res; in cmpGEPs()
835 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() local
836 return Res; in cmpInlineAsm()
837 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm() local
838 return Res; in cmpInlineAsm()
839 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm() local
840 return Res; in cmpInlineAsm()
841 if (int Res = cmpNumbers(L->hasSideEffects(), R->hasSideEffects())) in cmpInlineAsm() local
842 return Res; in cmpInlineAsm()
843 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm() local
844 return Res; in cmpInlineAsm()
845 if (int Res = cmpNumbers(L->getDialect(), R->getDialect())) in cmpInlineAsm() local
846 return Res; in cmpInlineAsm()
920 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks() local
921 return Res; in cmpBasicBlocks()
928 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() local
929 return Res; in cmpBasicBlocks()
947 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature() local
948 return Res; in compareSignature()
950 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() local
951 return Res; in compareSignature()
954 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature() local
955 return Res; in compareSignature()
958 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() local
959 return Res; in compareSignature()
962 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature() local
963 return Res; in compareSignature()
966 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature() local
967 return Res; in compareSignature()
971 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature() local
972 return Res; in compareSignature()
974 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compareSignature() local
975 return Res; in compareSignature()
996 if (int Res = compareSignature()) in compare() local
997 return Res; in compare()
1014 if (int Res = cmpValues(BBL, BBR)) in compare() local
1015 return Res; in compare()
1017 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare() local
1018 return Res; in compare()