Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1669 Type *MinType = nullptr; in shrinkFPConstantVector() local
1686 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()
1687 MinType = T; in shrinkFPConstantVector()
1691 return FixedVectorType::get(MinType, NumElts); in shrinkFPConstantVector()