Searched refs:NewITy (Results 1 – 1 of 1) sorted by relevance
1850 if (IntegerType *NewITy = dyn_cast<IntegerType>(NewTy)) in canConvertValue() local1851 if (NewITy->getBitWidth() >= OldITy->getBitWidth()) in canConvertValue()1888 if (IntegerType *NewITy = dyn_cast<IntegerType>(NewTy)) in convertValue() local1889 if (NewITy->getBitWidth() > OldITy->getBitWidth()) in convertValue()1890 return IRB.CreateZExt(V, NewITy); in convertValue()