Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1484 Type *MinType = nullptr; in shrinkFPConstantVector() local
1498 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()
1499 MinType = T; in shrinkFPConstantVector()
1503 return VectorType::get(MinType, NumElts); in shrinkFPConstantVector()