Searched refs:NewIntTy (Results 1 – 3 of 3) sorted by relevance
115 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadedValSize); in coerceAvailableValueToLoadTypeHelper() local116 StoredVal = Helper.CreateTruncOrBitCast(StoredVal, NewIntTy); in coerceAvailableValueToLoadTypeHelper()118 if (LoadedTy != NewIntTy) { in coerceAvailableValueToLoadTypeHelper()
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()