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