• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:Res

488   if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth()))  in cmpAPInts()  local
499 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local
502 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local
505 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local
508 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local
516 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local
526 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local
564 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local
569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata() local
583 if (int Res = in cmpOperandBundlesSchema() local
591 if (int Res = OBL.getTagName().compare(OBR.getTagName())) in cmpOperandBundlesSchema() local
594 if (int Res = cmpNumbers(OBL.Inputs.size(), OBR.Inputs.size())) in cmpOperandBundlesSchema() local
651 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local
680 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local
712 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
715 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local
726 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
729 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local
740 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local
743 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants() local
754 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) in cmpConstants() local
757 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants() local
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() local
824 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) in cmpTypes() local
836 if (int Res = cmpNumbers(VTyL->getNumElements(), VTyR->getNumElements())) in cmpTypes() local
867 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() local
882 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() local
886 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() local
912 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) in cmpOperations() local
915 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpOperations() local
918 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() local
921 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), in cmpOperations() local
928 if (int Res = in cmpOperations() local
935 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() local
941 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) in cmpOperations() local
943 if (int Res = in cmpOperations() local
946 if (int Res = in cmpOperations() local
949 if (int Res = in cmpOperations() local
956 if (int Res = in cmpOperations() local
959 if (int Res = in cmpOperations() local
962 if (int Res = in cmpOperations() local
970 if (int Res = cmpNumbers(CI->getCallingConv(), in cmpOperations() local
973 if (int Res = in cmpOperations() local
976 if (int Res = cmpOperandBundlesSchema(CI, R)) in cmpOperations() local
983 if (int Res = cmpNumbers(II->getCallingConv(), in cmpOperations() local
986 if (int Res = in cmpOperations() local
989 if (int Res = cmpOperandBundlesSchema(II, R)) in cmpOperations() local
998 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
1001 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
1009 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations() local
1012 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations() local
1017 if (int Res = in cmpOperations() local
1023 if (int Res = cmpNumbers(CXI->isVolatile(), in cmpOperations() local
1026 if (int Res = cmpNumbers(CXI->isWeak(), in cmpOperations() local
1029 if (int Res = in cmpOperations() local
1033 if (int Res = in cmpOperations() local
1041 if (int Res = cmpNumbers(RMWI->getOperation(), in cmpOperations() local
1044 if (int Res = cmpNumbers(RMWI->isVolatile(), in cmpOperations() local
1047 if (int Res = cmpOrderings(RMWI->getOrdering(), in cmpOperations() local
1059 if (int Res = in cmpOperations() local
1075 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() local
1086 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs() local
1090 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) in cmpGEPs() local
1094 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() local
1107 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() local
1109 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm() local
1111 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm() local
1113 if (int Res = cmpNumbers(L->hasSideEffects(), R->hasSideEffects())) in cmpInlineAsm() local
1115 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm() local
1117 if (int Res = cmpNumbers(L->getDialect(), R->getDialect())) in cmpInlineAsm() local
1175 if (int Res = cmpValues(&*InstL, &*InstR)) in cmpBasicBlocks() local
1187 if (int Res = in cmpBasicBlocks() local
1190 if (int Res = cmpGEPs(GEPL, GEPR)) in cmpBasicBlocks() local
1193 if (int Res = cmpOperations(&*InstL, &*InstR)) in cmpBasicBlocks() local
1200 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() local
1223 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) in compare() local
1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare() local
1230 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare() local
1234 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare() local
1238 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compare() local
1242 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) in compare() local
1247 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) in compare() local
1250 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compare() local
1281 if (int Res = cmpValues(BBL, BBR)) in compare() local
1284 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare() local