Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1606 Type *MinType = nullptr; in shrinkFPConstantVector() local
1626 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()
1627 MinType = T; in shrinkFPConstantVector()
1631 return MinType ? FixedVectorType::get(MinType, NumElts) : nullptr; in shrinkFPConstantVector()