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.cpp1142 Type *OldResTy = TypeInfo.inferScalarType(ResultVPV); in truncateToMinimalBitwidths() local
1143 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()