Searched refs:MinType (Results 1 – 1 of 1) sorted by relevance
1646 Type *MinType = nullptr; in shrinkFPConstantVector() local1663 if (!MinType || T->getFPMantissaWidth() > MinType->getFPMantissaWidth()) in shrinkFPConstantVector()1664 MinType = T; in shrinkFPConstantVector()1668 return FixedVectorType::get(MinType, NumElts); in shrinkFPConstantVector()