Home
last modified time | relevance | path

Searched refs:OldResTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1823 Type *OldResTy = TypeInfo.inferScalarType(ResultVPV); in truncateToMinimalBitwidths() local
1824 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()