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