Searched refs:NewIntTy (Results 1 – 1 of 1) sorted by relevance
920 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize); in CoerceAvailableValueToLoadType() local921 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt); in CoerceAvailableValueToLoadType()923 if (LoadedTy == NewIntTy) in CoerceAvailableValueToLoadType()