Searched refs:OldITy (Results 1 – 1 of 1) sorted by relevance
1849 if (IntegerType *OldITy = dyn_cast<IntegerType>(OldTy)) in canConvertValue() local1851 if (NewITy->getBitWidth() >= OldITy->getBitWidth()) in canConvertValue()1887 if (IntegerType *OldITy = dyn_cast<IntegerType>(OldTy)) in convertValue() local1889 if (NewITy->getBitWidth() > OldITy->getBitWidth()) in convertValue()