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