Searched refs:resultIntTy (Results 1 – 1 of 1) sorted by relevance
220 APSIntType resultIntTy = BasicVals.getAPSIntType(resultTy); in MakeSymIntVal() local221 if (isNegationValuePreserving(RHS, resultIntTy)) { in MakeSymIntVal()222 ConvertedRHS = &BasicVals.getValue(-resultIntTy.convert(RHS)); in MakeSymIntVal()