Searched refs:NewIntTy (Results 1 – 2 of 2) sorted by relevance
753 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize); in CoerceAvailableValueToLoadType() local754 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt); in CoerceAvailableValueToLoadType()756 if (LoadedTy == NewIntTy) in CoerceAvailableValueToLoadType()
788 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadedValSize); in CoerceAvailableValueToLoadType() local789 StoredVal = IRB.CreateTrunc(StoredVal, NewIntTy, "trunc"); in CoerceAvailableValueToLoadType()791 if (LoadedTy == NewIntTy) in CoerceAvailableValueToLoadType()