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()
176 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local
177 return Res; in cmpRangeMetadata()
181 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata() local
182 return Res; in cmpRangeMetadata()
191 if (int Res = in cmpOperandBundlesSchema() local
193 return Res; in cmpOperandBundlesSchema()
199 if (int Res = OBL.getTagName().compare(OBR.getTagName())) in cmpOperandBundlesSchema() local
200 return Res; in cmpOperandBundlesSchema()
202 if (int Res = cmpNumbers(OBL.Inputs.size(), OBR.Inputs.size())) in cmpOperandBundlesSchema() local
203 return Res; in cmpOperandBundlesSchema()
258 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
259 return Res; in cmpConstants()
287 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
288 return Res; in cmpConstants()
320 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
321 return Res; in cmpConstants()
323 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
325 return Res; in cmpConstants()
334 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
335 return Res; in cmpConstants()
337 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
339 return Res; in cmpConstants()
348 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
349 return Res; in cmpConstants()
351 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
353 return Res; in cmpConstants()
362 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
363 return Res; in cmpConstants()
365 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
367 return Res; in cmpConstants()
374 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() local
375 return Res; in cmpConstants()
434 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
435 return Res; in cmpTypes()
469 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
470 return Res; in cmpTypes()
484 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
485 return Res; in cmpTypes()
488 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
489 return Res; in cmpTypes()
525 if (int Res = cmpValues(L, R)) in cmpOperations() local
526 return Res; in cmpOperations()
532 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
533 return Res; in cmpOperations()
538 if (int Res = in cmpOperations() local
540 return Res; in cmpOperations()
544 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
545 return Res; in cmpOperations()
547 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
548 return Res; in cmpOperations()
550 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
552 return Res; in cmpOperations()
557 if (int Res = in cmpOperations() local
559 return Res; in cmpOperations()
564 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() local
566 return Res; in cmpOperations()
570 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
571 return Res; in cmpOperations()
572 if (int Res = cmpAligns(LI->getAlign(), cast<LoadInst>(R)->getAlign())) in cmpOperations() local
573 return Res; in cmpOperations()
574 if (int Res = in cmpOperations() local
576 return Res; in cmpOperations()
577 if (int Res = cmpNumbers(LI->getSyncScopeID(), in cmpOperations() local
579 return Res; in cmpOperations()
585 if (int Res = in cmpOperations() local
587 return Res; in cmpOperations()
588 if (int Res = cmpAligns(SI->getAlign(), cast<StoreInst>(R)->getAlign())) in cmpOperations() local
589 return Res; in cmpOperations()
590 if (int Res = in cmpOperations() local
592 return Res; in cmpOperations()
600 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations() local
601 return Res; in cmpOperations()
602 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations() local
603 return Res; in cmpOperations()
604 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations() local
605 return Res; in cmpOperations()
607 if (int Res = cmpNumbers(CI->getTailCallKind(), in cmpOperations() local
609 return Res; in cmpOperations()
616 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
617 return Res; in cmpOperations()
619 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
620 return Res; in cmpOperations()
627 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
628 return Res; in cmpOperations()
630 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
631 return Res; in cmpOperations()
635 if (int Res = in cmpOperations() local
637 return Res; in cmpOperations()
642 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
644 return Res; in cmpOperations()
645 if (int Res = in cmpOperations() local
647 return Res; in cmpOperations()
648 if (int Res = in cmpOperations() local
651 return Res; in cmpOperations()
652 if (int Res = in cmpOperations() local
655 return Res; in cmpOperations()
660 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
662 return Res; in cmpOperations()
663 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
665 return Res; in cmpOperations()
666 if (int Res = cmpOrderings(RMWI->getOrdering(), in cmpOperations() local
668 return Res; in cmpOperations()
675 if (int Res = cmpNumbers(LMask.size(), RMask.size())) in cmpOperations() local
676 return Res; in cmpOperations()
678 if (int Res = cmpNumbers(LMask[i], RMask[i])) in cmpOperations() local
679 return Res; in cmpOperations()
688 if (int Res = in cmpOperations() local
690 return Res; in cmpOperations()
703 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
704 return Res; in cmpGEPs()
714 if (int Res = in cmpGEPs() local
716 return Res; in cmpGEPs()
718 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
719 return Res; in cmpGEPs()
722 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
723 return Res; in cmpGEPs()
735 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() local
736 return Res; in cmpInlineAsm()
737 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm() local
738 return Res; in cmpInlineAsm()
739 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm() local
740 return Res; in cmpInlineAsm()
741 if (int Res = cmpNumbers(L->hasSideEffects(), R->hasSideEffects())) in cmpInlineAsm() local
742 return Res; in cmpInlineAsm()
743 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm() local
744 return Res; in cmpInlineAsm()
745 if (int Res = cmpNumbers(L->getDialect(), R->getDialect())) in cmpInlineAsm() local
746 return Res; in cmpInlineAsm()
805 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks() local
806 return Res; in cmpBasicBlocks()
813 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() local
814 return Res; in cmpBasicBlocks()
832 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compareSignature() local
833 return Res; in compareSignature()
835 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() local
836 return Res; in compareSignature()
839 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature() local
840 return Res; in compareSignature()
843 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() local
844 return Res; in compareSignature()
847 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature() local
848 return Res; in compareSignature()
851 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compareSignature() local
852 return Res; in compareSignature()
856 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compareSignature() local
857 return Res; in compareSignature()
859 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compareSignature() local
860 return Res; in compareSignature()
881 if (int Res = compareSignature()) in compare() local
882 return Res; in compare()
899 if (int Res = cmpValues(BBL, BBR)) in compare() local
900 return Res; in compare()
902 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare() local
903 return Res; in compare()