Searched refs:OldResTy (Results 1 – 1 of 1) sorted by relevance
1142 Type *OldResTy = TypeInfo.inferScalarType(ResultVPV); in truncateToMinimalBitwidths() local1143 unsigned OldResSizeInBits = OldResTy->getScalarSizeInBits(); in truncateToMinimalBitwidths()1144 assert(OldResTy->isIntegerTy() && "only integer types supported"); in truncateToMinimalBitwidths()1160 new VPWidenCastRecipe(Instruction::ZExt, ResultVPV, OldResTy); in truncateToMinimalBitwidths()